3 DEFAULT
=/etc
/default
/samba
5 NMBD_PID_F
=$RUN_D/nmbd.pid
6 SMBD_PID_F
=$RUN_D/smbd.pid
7 [ -f $DEFAULT ] && .
$DEFAULT
16 [ -f $SMBD_PID_F ] && kill $
(cat $SMBD_PID_F)
17 [ -f $NMBD_PID_F ] && kill $
(cat $NMBD_PID_F)
20 echo "usage: $0 (start|stop)"
This page took 0.052047 seconds and 5 git commands to generate.