Revert "samba: shutdown samba on reboot/poweroff"

This reverts commit 5ee94a6324cfafcc928a8fd94a22ae5dcf9fa04f.
This commit is contained in:
Stephan Raue 2011-09-12 19:16:55 +02:00
parent 6a1a777a53
commit 8715162529

View File

@ -52,8 +52,5 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Stopping Samba server"
killall nmbd
killall smbd
;;
esac