6 PID
=`pidof -o %PPID /usr/bin/msn-proxy`
9 stat_busy
"Starting MSN-PROXY Daemon"
10 [ -z "$PID" ] && /usr
/bin
/msn-proxy
-f /etc
/msn-proxy
&
19 stat_busy
"Stopping MSN-PROXY Daemon"
20 [ ! -z "$PID" ] && kill $PID &> /dev
/null
34 echo "usage: $0 {start|stop|restart}"