Bug 431120

Summary: event_compat_sysv: tty* events are wrong
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: event-compat-sysvAssignee: Casey Dahlin <cdahlin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: rvokal, vanhoof
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.3.9-5.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-11 18:28:31 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: 431106    

Description Bill Nottingham 2008-01-31 20:26:19 UTC
Description of problem:

'start on runlevel X' means it will start at the beginning of that runlevel; you
want them to start at the end (when rc stops running all the compat script for
that runlevel). 

It probably needs to be:

start on stopped rc(whatever) ok

Also, we run mingetty on all ttys in all runlevels; tty2-6 event scripts need
updated accordingly.

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

event-compat-sysv-0.3.9-1

Comment 1 Casey Dahlin 2008-01-31 20:53:18 UTC
Fixed this a few weeks ago. I'll upload the new one soon.

Comment 2 Casey Dahlin 2008-02-10 23:43:38 UTC
I think this issue is gone. Can you confirm that this has been fixed?

Comment 3 Bill Nottingham 2008-02-11 18:28:31 UTC
Fixed in 0.3.9-5.fc9, yes.