diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-04 13:35:25 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-04 13:35:25 +0000 |
commit | 44b61385bc62bcf8130b212aae4d1cacd7a73311 (patch) | |
tree | 312b01006e5e141628ef3c021a787a1261025b2c /sys-apps/dbus/files | |
parent | x86 stable wrt bug 173331 (diff) | |
download | gentoo-2-44b61385bc62bcf8130b212aae4d1cacd7a73311.tar.gz gentoo-2-44b61385bc62bcf8130b212aae4d1cacd7a73311.tar.bz2 gentoo-2-44b61385bc62bcf8130b212aae4d1cacd7a73311.zip |
Remove init script hack for parallel starting since HAL is now fixed.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps/dbus/files')
-rw-r--r-- | sys-apps/dbus/files/dbus.init-1.0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dbus/files/dbus.init-1.0 b/sys-apps/dbus/files/dbus.init-1.0 index 086aa2132b60..e96ea05cd101 100644 --- a/sys-apps/dbus/files/dbus.init-1.0 +++ b/sys-apps/dbus/files/dbus.init-1.0 @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2004 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.3 2007/02/23 11:00:28 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.init-1.0,v 1.4 2007/04/04 13:35:25 cardoe Exp $ opts="reload" depend() { need localmount - after bootmisc nscd dns + after bootmisc } start() { |