diff options
Diffstat (limited to 'main/dbus/dbus.initd')
-rw-r--r-- | main/dbus/dbus.initd | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/main/dbus/dbus.initd b/main/dbus/dbus.initd index e96ea05cd1..65271f69c6 100644 --- a/main/dbus/dbus.initd +++ b/main/dbus/dbus.initd @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.init-1.0,v 1.4 2007/04/04 13:35:25 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.initd,v 1.1 2011/11/05 13:56:10 ssuominen Exp $ -opts="reload" +extra_started_commands="reload" depend() { need localmount @@ -12,8 +12,7 @@ depend() { start() { ebegin "Starting D-BUS system messagebus" - - /usr/bin/dbus-uuidgen --ensure + /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 |