6 PID
=`pidof -o %PPID /usr/sbin/racoon`
9 stat_busy
"Starting Racoon IPSec daemon"
10 [ -z "$PID" ] && /usr
/sbin
/racoon
19 stat_busy
"Stopping Racoon IPSec daemon"
20 [ ! -z "$PID" ] && kill $PID &>/dev
/null
33 echo "usage: $0 {start|stop|restart}"