8 PID
=`pidof -o %PPID ${TCSD}`
13 stat_busy
"Starting ${DAEMON}"
14 if [ -z "$PID" ]; then
17 if [ ! -z "$PID" -o $?
-gt 0 ]; then
26 stat_busy
"Stopping ${DAEMON}"
27 [ ! -z "$PID" ] && kill $PID &> /dev
/null
42 echo "usage: $0 {start|stop|restart}"