Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 416054 Details for
Bug 558898
=sys-apps/dbus-1.10.6 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dbus.initd-r1.diff
dbus.initd-r1.diff (text/plain), 1.11 KB, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2015-11-04 08:22:47 UTC
(
hide
)
Description:
dbus.initd-r1.diff
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2015-11-04 08:22:47 UTC
Size:
1.11 KB
patch
obsolete
>--- /var/portage/sys-apps/dbus/files/dbus.initd >+++ /usr/local/portage/sys-apps/dbus/files/dbus.initd-r1 >@@ -5,35 +5,27 @@ > > extra_started_commands="reload" > >+description="An IPC message bus daemon" >+pidfile="/var/run/dbus.pid" >+command="/usr/bin/dbus-daemon" >+command_args="--system" >+ >+dbus_socket="/var/run/dbus/system_bus_socket" >+ > depend() { > need localmount > after bootmisc > } > >-start() { >- ebegin "Starting D-BUS system messagebus" >+start_pre() { > /usr/bin/dbus-uuidgen --ensure=/etc/machine-id > > # 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 >- eend $? >+ checkpath -q -d /var/run/dbus > } > >-stop() { >- local retval >- >- ebegin "Stopping D-BUS system messagebus" >- >- start-stop-daemon --stop --pidfile /var/run/dbus.pid >- retval=$? >- >- eend ${retval} >- >- [ -S /var/run/dbus/system_bus_socket ] && rm -f /var/run/dbus/system_bus_socket >- >- return ${retval} >+stop_post() { >+ [ -S "${dbus_socket}" ] && rm -f ${dbus_socket} > } > > reload() {
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 558898
:
410390
|
416052
| 416054