summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2006-04-21 22:02:36 +0000
committerStephen Klimaszewski <steev@gentoo.org>2006-04-21 22:02:36 +0000
commita0fe97cc50566c90af786ea99d83275a3bda6d92 (patch)
treeb7f071327f9464a7e1c0719365ea53561a9006e5 /sys-apps/dbus/files
parentFix for gcc-4.1 (diff)
downloadhistorical-a0fe97cc50566c90af786ea99d83275a3bda6d92.tar.gz
historical-a0fe97cc50566c90af786ea99d83275a3bda6d92.tar.bz2
historical-a0fe97cc50566c90af786ea99d83275a3bda6d92.zip
Add dependency of after nscd/dns to the dbus 0.61 init script, fixes an apparent problem on amd64 reported by Uberlord <uberlord@gentoo.org>
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'sys-apps/dbus/files')
-rw-r--r--sys-apps/dbus/files/dbus.init-0.616
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/dbus/files/dbus.init-0.61 b/sys-apps/dbus/files/dbus.init-0.61
index d71fa421184a..05ffea6c3976 100644
--- a/sys-apps/dbus/files/dbus.init-0.61
+++ b/sys-apps/dbus/files/dbus.init-0.61
@@ -1,10 +1,14 @@
#!/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-0.61,v 1.1 2006/03/27 03:40:54 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.init-0.61,v 1.2 2006/04/21 22:02:36 steev Exp $
opts="reload"
+depend() {
+ after nscd dns
+}
+
start() {
ebegin "Starting D-BUS system messagebus"