10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
#!/bin/ksh
|
||
|
|
||
|
daemon="%%PREFIX%%/sbin/catsitd"
|
||
|
|
||
|
. /etc/rc.d/rc.subr
|
||
|
|
||
|
pexp="catsitd: .*"
|
||
|
|
||
|
rc_cmd $1
|