diff options
author | Gerald Carter <jerry@samba.org> | 2003-03-28 23:13:51 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-03-28 23:13:51 +0000 |
commit | 8877607b0dd7abe4882fd0904bcbc8cbb0da031a (patch) | |
tree | d4c427975c0ea2cb05c17b4dfa5933c56af6f804 /packaging/Mandrake/smb.init | |
parent | 06068da0dcb72bb34945939fc18fe15ed2bea521 (diff) | |
download | samba-8877607b0dd7abe4882fd0904bcbc8cbb0da031a.tar.gz samba-8877607b0dd7abe4882fd0904bcbc8cbb0da031a.tar.xz samba-8877607b0dd7abe4882fd0904bcbc8cbb0da031a.zip |
packaging updates from Buchan
(This used to be commit 9469c69b42553f54f8aff072f1a48382554537d7)
Diffstat (limited to 'packaging/Mandrake/smb.init')
-rwxr-xr-x | packaging/Mandrake/smb.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Mandrake/smb.init b/packaging/Mandrake/smb.init index bdc15187095..c5d3c8dc21e 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: " |