Bug 6404

Summary: reload functionality of samba initscript is broken
Product: [Retired] Red Hat Linux Reporter: Olivier CrĂȘte <olivier.crete>
Component: sambaAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-27 14:32:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Olivier CrĂȘte 1999-10-26 23:56:56 UTC
In /etc/rc.d/init.d/smb, in the reload part, it does
killproc -HUP smbd

but it should be
killproc smbd -HUP

This will cause killproc to issue a signal 9.....
terminating smbd...

Comment 1 Bill Nottingham 1999-10-27 14:32:59 UTC
This is fixed in the  latest samba packages in Raw Hide.