summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-05-23 01:39:28 +0000
committerJeremy Allison <jra@samba.org>2002-05-23 01:39:28 +0000
commit6cb803dd06d32596d2128ad90110e5be4bcfd8a1 (patch)
treeac25934581376cfb9778ffb929937e1dc908a4b8 /packaging
parenta3c98a841bcedf72ce513917707b5799c37abb95 (diff)
downloadsamba-6cb803dd06d32596d2128ad90110e5be4bcfd8a1.tar.gz
samba-6cb803dd06d32596d2128ad90110e5be4bcfd8a1.tar.bz2
samba-6cb803dd06d32596d2128ad90110e5be4bcfd8a1.zip
Ensure we kill with -TERM.
Jeremy. (This used to be commit 22b0d5da63716028c8f4b61f002493aa67ba189a)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/RedHat/smb.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/RedHat/smb.init b/packaging/RedHat/smb.init
index c43c9a0094..5419b2b9c6 100755
--- a/packaging/RedHat/smb.init
+++ b/packaging/RedHat/smb.init
@@ -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