11 stat_busy
"Starting cable script"
13 cable-start
> /dev
/null
2>&1
17 cable-stop
> /dev
/null
2>&1
19 sh
/etc
/rc.d
/cable-guard
&
26 stat_busy
"Stopping cable script"
27 kill -9 `ps ax|grep cable-guard|grep -v grep|awk '{print $1;}'` > /dev
/null
2>&1
28 cable-stop
> /dev
/null
2>&1
53 echo $
"Usage: $0 {start|stop|restart|status|setup}"