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