summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-04-04 13:35:25 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-04-04 13:35:25 +0000
commit44b61385bc62bcf8130b212aae4d1cacd7a73311 (patch)
tree312b01006e5e141628ef3c021a787a1261025b2c /sys-apps/dbus/files
parentx86 stable wrt bug 173331 (diff)
downloadgentoo-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.04
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() {