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 295697 Details for
Bug 431231
upstart: no mechanism for cross-system dependencies
[?]
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 to /etc/rc to add events
rc-upstart.patch (text/plain), 838 bytes, created by
Casey Dahlin
on 2008-02-23 04:31:09 UTC
(
hide
)
Description:
Patch to /etc/rc to add events
Filename:
MIME Type:
Creator:
Casey Dahlin
Created:
2008-02-23 04:31:09 UTC
Size:
838 bytes
patch
obsolete
>--- rc 2008-02-22 23:23:11.000000000 -0500 >+++ rc.new 2008-02-22 23:23:08.000000000 -0500 >@@ -59,11 +59,13 @@ > || continue > > # Bring the subsystem down. >+ initctl emit --quiet "stopping sysv.$subsys" > if LC_ALL=C egrep -q "^..*init.d/functions" $i ; then > $i stop > else > action $"Stopping $subsys: " $i stop > fi >+ initctl emit --quiet "stopped sysv.$subsys" > done > > # Now run the START scripts. >@@ -87,12 +89,14 @@ > export LC_ALL=C > exec $i start > fi >+ initctl emit --quiet "starting sysv.$subsys" > if LC_ALL=C egrep -q "^..*init.d/functions" $i \ > || [ "$subsys" = "single" -o "$subsys" = "local" ]; then > $i start > else > action $"Starting $subsys: " $i start > fi >+ initctl emit --quiet "started sysv.$subsys" > done > rm -f /var/run/confirm > if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
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 Raw
Actions:
View
Attachments on
bug 431231
: 295697