summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2006-04-21 22:17:04 +0000
committerStephen Klimaszewski <steev@gentoo.org>2006-04-21 22:17:04 +0000
commitc778267ac54dfd8b9c8570c01d018cca1e1ef643 (patch)
tree3f7c048caa4113db4e9f36399c28aace9d911812 /sys-apps/dbus
parentVersion bump #130778 by Rodrigo Severo. (diff)
downloadhistorical-c778267ac54dfd8b9c8570c01d018cca1e1ef643.tar.gz
historical-c778267ac54dfd8b9c8570c01d018cca1e1ef643.tar.bz2
historical-c778267ac54dfd8b9c8570c01d018cca1e1ef643.zip
Update the dependencies for dbus 0.60 init script as well
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/ChangeLog5
-rw-r--r--sys-apps/dbus/files/dbus.init-0.606
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog
index e1853290d484..2c8afabc638e 100644
--- a/sys-apps/dbus/ChangeLog
+++ b/sys-apps/dbus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/dbus
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.111 2006/04/21 22:02:36 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.112 2006/04/21 22:17:04 steev Exp $
+
+ 21 Apr 2006; Steev Klimaszewski <steev@gentoo.org> files/dbus.init-0.60:
+ Update the dbus 0.60 init script as well with the nscd/dns dependencies.
21 Apr 2006; Steev Klimaszewski <steev@gentoo.org> files/dbus.init-0.61:
Update the 0.61 init script to start after nscd/dns, fixes an apparent problem
diff --git a/sys-apps/dbus/files/dbus.init-0.60 b/sys-apps/dbus/files/dbus.init-0.60
index 120def735d1f..18dd1a1100c0 100644
--- a/sys-apps/dbus/files/dbus.init-0.60
+++ b/sys-apps/dbus/files/dbus.init-0.60
@@ -1,7 +1,11 @@
#!/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.60,v 1.2 2006/03/14 06:56:39 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.init-0.60,v 1.3 2006/04/21 22:17:04 steev Exp $
+
+depend() {
+ after nscd dns
+}
start() {
ebegin "Starting D-BUS system messagebus"