Bug 70505

Summary: chkconfig --del does not remove symlinks in rc?.d dirs
Product: [Retired] Red Hat Public Beta Reporter: Ralph Rodriguez <ralphr>
Component: chkconfigAssignee: Bill Nottingham <notting>
Status: CLOSED WORKSFORME QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: medium    
Version: limboCC: rvokal
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: 2002-08-02 05:54:07 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:
Bug Depends On:    
Bug Blocks: 67218    

Description Ralph Rodriguez 2002-08-01 21:10:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020408

Description of problem:
Acc to the man page, a chkconfig --del service should remove the symlinks from
the /etc/rc.d/rc?.d directories.  In fact, it does not do so.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. cd /etc/rc.d
2. find . -name '*isdn*'
3. Note that isdn symlinks exist in all rc?.d directories.
4. chkconfig --del isdn
5. find . -name '*isdn*'
6. Note that isdn symlinks still appear in all rc.d dirs
	

Actual Results:  The symlinks in /etc/rc.d/rc?.d directories are not removed by
the chkconfig --del service command.

Expected Results:  The symlinks should be removed when the command is run (according
to the man page)

Additional info:

Comment 1 Bill Nottingham 2002-08-12 19:27:45 UTC
This works fine for me with chkconfig-1.3.5-5. Make sure /etc/init.d/isdn exists.