a commence prendre forme ; les plantages samba font maintenant partie du pass :)

N.

darcs-hash:20030202113345-a279a-bb5fc21cf51461e3db70bbacb8650ef022feea06.gz
This commit is contained in:
stransky 2003-02-02 12:33:45 +01:00
parent 35edf02f7a
commit 7f07072806

View file

@ -28,7 +28,7 @@ then
echo -n "$(date) : " >> $LOG
/id/samba stop >> $LOG 2>&1
echo -n "$(date) : " >> $LOG
killall -9 nmbd >> $LOG 2>&1 # tant qu'à faire on peut killer complètement nmbd
killall -9 nmbd && echo "remaining nmbd process killed" >> $LOG 2>&1 # tant qu'à faire on peut killer complètement nmbd
echo -n "$(date) : " >> $LOG
/id/samba start >> $LOG 2>&1
else