7 PID
=`pidof -o %PPID /usr/sbin/p910nd`
10 stat_busy
"Starting P910N Daemon"
11 [ -z "$PID" ] && /usr
/sbin
/p910nd
$P910ND_OPTS $P910ND_NUM &>/dev
/null
20 stat_busy
"Stopping P910N Daemon"
21 [ ! -z "$PID" ] && kill $PID &> /dev
/null
35 echo "usage: $0 {start|stop|restart}"
38 # vim: ft=sh ts=2 sw=2