6 PID
=`pidof -o %PPID /usr/bin/clamfs`
10 # if clamd isn't started first, notifyclamd fails at times
11 stat_busy
"Starting ClamFS"
12 [ -z "$PID" ] && /usr
/bin
/clamfs
/etc
/clamav
/clamfs.xml
> /dev
/null
23 stat_busy
"Stopping ClamFS"
24 [ -n "$PID" ] && kill $PID &> /dev
/null
41 stat_busy
"Checking ClamFS status";
46 echo "usage: $0 {start|stop|restart|status}"
51 # vim:set ts=2 sw=2 et: