1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

Ensure we kill with -TERM.

Jeremy.
(This used to be commit 22b0d5da63716028c8f4b61f002493aa67ba189a)
This commit is contained in:
Jeremy Allison 2002-05-23 01:39:28 +00:00
parent a3c98a841b
commit 6cb803dd06

View File

@ -32,8 +32,8 @@ case "$1" in
;;
stop)
echo -n "Shutting down SMB services: "
killproc smbd
killproc nmbd
killproc smbd -TERM
killproc nmbd -TERM
if [ "`ps -ef | grep winbind | grep -v grep`" ]; then
killproc winbindd
fi