summaryrefslogtreecommitdiff
path: root/packaging/Mandrake/smb.init
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-03-29 12:49:54 +0000
committerGerald Carter <jerry@samba.org>2003-03-29 12:49:54 +0000
commit054e5daf7c362b55310d9159ac90732f6ee5f7e0 (patch)
tree643e24ce11cf7f03482f315286a847ef28d661d5 /packaging/Mandrake/smb.init
parentdfcf1634bc84ff00f8241c326084a705989fb099 (diff)
downloadsamba-054e5daf7c362b55310d9159ac90732f6ee5f7e0.tar.gz
samba-054e5daf7c362b55310d9159ac90732f6ee5f7e0.tar.bz2
samba-054e5daf7c362b55310d9159ac90732f6ee5f7e0.zip
sync packagaing with SAMBA_3_0
(This used to be commit b97f6620aa80df9649775f81055b70146a03ec66)
Diffstat (limited to 'packaging/Mandrake/smb.init')
-rwxr-xr-xpackaging/Mandrake/smb.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Mandrake/smb.init b/packaging/Mandrake/smb.init
index bdc1518709..c5d3c8dc21 100755
--- a/packaging/Mandrake/smb.init
+++ b/packaging/Mandrake/smb.init
@@ -29,7 +29,7 @@ start() {
# If CUPS is used as printing system, reload smb after a 1 minute delay
# to allow the printers to appear properly as samba shares.
if killall -0 cupsd 2>/dev/null; then
- ( sleep 60 && killproc smbd -HUP ) &
+ ( sleep 60 && killproc smbd -HUP 1>/dev/null) &
fi
export TMPDIR="/var/tmp"
echo -n "Starting SMB services: "