3 . /etc/rc.d/functions.rc
8 for n in $NETWORKS ; do
9 status_begin starting $n network
15 # NETWORKS might have changed
16 # TODO record the network somewhere under /var/run/startuptools
17 for n in $NETWORKS ; do
18 status_begin starting $n network
24 $0 stop && sleep 1 && $0 start
30 echo "usage: $0 {start | stop | restart | status }"