6 PID
=`pidof -o %PPID /usr/sbin/igmpproxy`
9 stat_busy
"Starting igmpproxy routing daemon"
10 if [ -z "$PID" ]; then
11 /usr
/sbin
/igmpproxy
/etc
/igmpproxy.conf
&
13 if [ ! -z "$PID" -o $?
-gt 0 ]; then
22 stat_busy
"Stopping igmpproxy routing daemon"
23 [ ! -z "$PID" ] && kill $PID &>/dev
/null
37 echo "usage: $0 {start|stop|restart}"