diff options
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 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: " |