6 PID
=`pidof %PPID /usr/sbin/t6_client`
9 stat_busy
"Starting tunnel6 client"
10 if [ -z "$PID" ]; then
11 /usr
/sbin
/t6_client
-d
13 if [ -n "$PID" -o $?
-ne 0 ]; then
21 stat_busy
"Stopping tunnel6 client"
22 [ -n "$PID" ] && kill $PID &>/dev
/null
36 echo "usage: $0 {start|stop|restart}"