Bug 743856

Summary: initscripts do not provide /etc/rc.d/rc.local
Product: [Fedora] Fedora Reporter: Sergei LITVINENKO <sergei.litvinenko>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: iarlyy, jonathan, notting, plautrba, rvokal, sergei.litvinenko
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-06 14:23:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Sergei LITVINENKO 2011-10-06 10:10:53 UTC
Description of problem:
initscripts do not provide /etc/rc.d/rc.local

Version-Release number of selected component (if applicable):
initscripts-9.32-2.fc16.i686

How reproducible:
100%

Steps to Reproduce:
1. Check which package provide /etc/rc.d/rc.local (rpm -qf /etc/rc.d/rc.local)
2. Check if file /etc/rc.d/rc.local exists
3. Re-install initscripts-9.32-2.fc16.i686
  
Actual results:
/etc/rc.d/rc.local is not exists

Expected results:
/etc/rc.d/rc.local is present

Additional info:

`rpm -qf /etc/rc.d/rc.local`
initscripts-9.32-2.fc16.i686

Comment 1 Bill Nottingham 2011-10-06 14:23:32 UTC
Create it and it will run. (This should probably be relnoted).

Comment 2 Sergei LITVINENKO 2011-10-06 19:26:12 UTC
>> Create it and it will run. (This should probably be relnoted).

Of cource, it is done.
But file, IMHO, have to be created by default (even it is empty)

PS: file have to be executable, to be involved...