3 # 'Recovery' script that doesn't. This script is to be used for drivers that
4 # should not be restarted. Instead, the scripts configures the driver 'down'.
9 pid
=`ps ax | grep "$label" | grep -v grep |
10 sed 's,[ ]*\([0-9]*\).*,\1,`
13 return 1 # No such process
15 echo "killing pid $pid for $label"
21 # Function to start a daemon, if it exists.
24 test "$1" = tcpd
&& name
="$2"
31 # check if this service is disabled at the boot monitor.
32 if disabled
$name; then return; fi
44 for skip
in `sysenv disable`
64 service up
/usr
/sbin
/inet
-script /etc
/rs.inet