Bug 7826

Summary: /etc/rc.d/init.d/rwhod is malformed so chkconfig doesn't work
Product: [Retired] Red Hat Linux Reporter: Chris Siebenmann <cks-rhbugzilla>
Component: rwhoAssignee: Preston Brown <pbrown>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
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: 1999-12-16 17:02:04 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 Chris Siebenmann 1999-12-16 01:14:48 UTC
Because the chkconfig: line in /etc/rc.d/init.d/rwhod is
malformed, 'chkconfig --add rwhod' sets it up to never run
in any runlevel.

 Obvious fix: change
	# chkconfig: - 60 20
to	# chkconfig: 2345 60 20
(and then do 'chkconfig --del rwhod; chkconfig --add rwhod'
to get everything set up right)

Comment 1 Bill Nottingham 1999-12-16 17:02:59 UTC
No, the '-' just means it doesn't run by default if installed.

To activate it, do

chkconfig --level 345 rwhod on

or turn it on with ntsysv.