Hide Forgot
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
Create it and it will run. (This should probably be relnoted).
>> 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...