3 DEFAULT
=/etc
/default
/xinetd
5 PID_F
=$RUN_D/xinetd.pid
6 [ -f $DEFAULT ] && .
$DEFAULT
10 [ -d $RUN_D ] || mkdir
-p $RUN_D
14 [ -f $PID_F ] && kill $
(cat $PID_F)
17 echo "usage: $0 (start|stop)"
This page took 0.047206 seconds and 5 git commands to generate.