7 PID
=`pidof -o %PPID ${DAEMON}`
9 export PATH
=$PATH:/usr
/local
/sbin
:/usr
/local
/bin
13 stat_busy
"Starting CCPD"
15 [ -z "$PID" ] && ${DAEMON} 2>/dev
/null
27 stat_busy
"Stopping CCPD"
28 [ ! -z "$PID" ] && kill $PID &> /dev
/null
50 echo "usage: $0 {start|stop|restart}"