7 PID
=`pidof -o %PPID /usr/sbin/rwhod`
10 stat_busy
"Starting Remote WHO Daemon"
11 if [ -z "$PID" ]; then
12 /usr
/sbin
/rwhod
$RWHOD_OPTS &
14 if [ ! -z "$PID" ]; then
17 PID
=`pidof -o %PPID /usr/sbin/rwhod`
18 echo $PID > /var
/run
/rwhod.pid
24 stat_busy
"Stopping Remote WHO Daemon"
25 [ ! -z "$PID" ] && kill $PID &> /dev
/null
39 echo "usage: $0 {start|stop|restart}"