Bug 422631

Summary: rc.serial no longer called during init
Product: [Fedora] Fedora Reporter: Guy Jennings <jennings>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: rvokal
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: 2007-12-13 16:31:46 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 Guy Jennings 2007-12-12 22:57:13 UTC
Description of problem:

Initscripts don't call rc.serial any more...

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

initscripts-8.60-1

How reproducible:
always

Steps to Reproduce:
1.  grep rc.serial /etc/rc.sysinit
2.
3.
  
Actual results:
nothing

Expected results:

if [ -f /etc/rc.serial ]; then
        . /etc/rc.serial

Additional info:

Comment 1 Bill Nottingham 2007-12-13 16:31:46 UTC
This is intentional - these should be configured via udev rules like any other
device.