Bug 55326

Summary: chkconfig documentation wrong
Product: [Retired] Red Hat Linux Reporter: Michael Schwendt <bugs.michael>
Component: rhl-cgAssignee: Tammy Fox <tammy.c.fox>
Status: CLOSED ERRATA QA Contact: Tammy Fox <tammy.c.fox>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2Keywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-10-29 20:25:52 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 Michael Schwendt 2001-10-29 19:01:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012

Description of problem:
The big fat warning at the bottom of the documentation page for "chkconfig"
does NOT apply to xinetd driven services. Running chkconfig on xinetd
services sends a SIGUSR2 to xinetd which causes it to perform a hard
reconfiguration with immediate (!) effects. The "service xinetd restart" is
NOT necessary.

Version-Release number of selected component (if applicable):
rhl-cg(EN)-7.2-HTML-RHI (2001-08-30T14:29-0400)


How reproducible:
Always

Steps to Reproduce:
1. tail -f /var/log/messages
2. chkconfig pop3s off
3. chkconfig pop3s on

Observe how xinetd is sent a SIGUSR2 signal which causes hard
reconfiguration. Service "pop3s" from the example is available immediately.


Additional info: bottom of "man xinetd" covers xinetd hard reconfiguration
via SIGUSR2

Comment 1 Tammy Fox 2001-10-30 18:59:27 UTC
Thanks for bringing this to our attention. I have released
a docs errata for it.