Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303655 Details for
Bug 444001
Annoying startup and rc1, rcS, rcS-sulogin message glitches, man page typos.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
revised patch to rcS-sulogin to fix a different bug.
sulogin-patch (text/plain), 861 bytes, created by
archimerged Ark submedes
on 2008-04-24 16:07:04 UTC
(
hide
)
Description:
revised patch to rcS-sulogin to fix a different bug.
Filename:
MIME Type:
Creator:
archimerged Ark submedes
Created:
2008-04-24 16:07:04 UTC
Size:
861 bytes
patch
obsolete
>--- rcS-sulogin-orig 2008-04-04 11:49:20.000000000 -0400 >+++ /etc/event.d/rcS-sulogin 2008-04-24 11:57:46.000000000 -0400 >@@ -1,18 +1,23 @@ > # rcS-sulogin - "single-user" runlevel compatibility > # >-# This task runs the sulogin binary during "single-user" mode. >+# This task runs /bin/bash during "single-user" mode, >+# then continues to the default runlevel. > > start on runlevel S > > stop on runlevel > >-console owner >+# kill timeout 1 and trap '' TERM avoid the error message >+# "init: rcS-sulogin main process (-pid-) killed by TERM signal" >+kill timeout 1 > >+console owner > script > runlevel --set S >/dev/null || true >- /bin/bash >+ /bin/bash || echo $"single user bash exited with status $?" > > runlevel=$(/bin/awk -F ':' '$3 == "initdefault" { print $2 }' /etc/inittab) > [ -z "$runlevel" ] && runlevel="3" >+ trap '' TERM > telinit $runlevel > end script
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 444001
:
303642
|
303655
|
303679