Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80573 Details for
Bug 123884
dbus init.d script should check for existence of /var/run/dbus
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to dbus init.d file
dbus.init-0.60.patch (text/plain), 422 bytes, created by
matthew.cline
on 2006-02-23 20:20:30 UTC
(
hide
)
Description:
patch to dbus init.d file
Filename:
MIME Type:
Creator:
matthew.cline
Created:
2006-02-23 20:20:30 UTC
Size:
422 bytes
patch
obsolete
>--- dbus.init-0.60 2006-01-02 03:52:00.000000000 -0500 >+++ /etc/init.d/dbus 2006-02-23 23:10:17.249338548 -0500 >@@ -6,6 +6,9 @@ > start() { > > ebegin "Starting D-BUS system messagebus" >+ >+ # We need to test if /var/run/dbus exists, since script will fail if it does not >+ [[ ! -e /var/run/dbus ]] && mkdir /var/run/dbus > > start-stop-daemon --start --pidfile /var/run/dbus.pid --exec /usr/bin/dbus-daemon -- --system >
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 123884
: 80573