Bug 51594

Summary: Multiple owned files
Product: [Retired] Red Hat Linux Reporter: Peter Bowen <pzbowen+rhbeta>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3CC: 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: 2001-08-13 04:35:26 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: 51582    

Description Peter Bowen 2001-08-12 19:43:09 UTC
chkconfig and initscripts both own these files, but only chkconfig should,
because initscripts requires chkconfig

/etc/rc0.d (only ['chkconfig'] should own it, but ['initscripts'] also does)
/etc/rc1.d (only ['chkconfig'] should own it, but ['initscripts'] also does)
/etc/rc2.d (only ['chkconfig'] should own it, but ['initscripts'] also does)
/etc/rc3.d (only ['chkconfig'] should own it, but ['initscripts'] also does)
/etc/rc4.d (only ['chkconfig'] should own it, but ['initscripts'] also does)
/etc/rc5.d (only ['chkconfig'] should own it, but ['initscripts'] also does)
/etc/rc6.d (only ['chkconfig'] should own it, but ['initscripts'] also does)

Comment 1 Bill Nottingham 2001-08-13 04:35:50 UTC
Um, no. This is required for upgrades to work right.