6 ATID_PID
=`pidof -o %PPID /usr/sbin/atieventsd`
11 stat_busy
"Starting ATI Events Daemon"
12 [ -z "$ATID_PID" ] && /usr
/sbin
/atieventsd
14 if [ $rc -gt 0 ]; then
23 stat_busy
"Stopping ATI Events Daemon"
24 kill $ATID_PID &>/dev
/null
26 if [ $rc -gt 0 ]; then
39 echo "usage: $0 {start|stop|restart}"