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
commit3f342d698180b46334064f5b8d72626328aa9e80 (patch)
tree9778a60422dac0e3c818112eb510decc826782a2 /sys-apps
parentVersion bump #130778 by Rodrigo Severo. (diff)
downloadgentoo-2-3f342d698180b46334064f5b8d72626328aa9e80.tar.gz
gentoo-2-3f342d698180b46334064f5b8d72626328aa9e80.tar.bz2
gentoo-2-3f342d698180b46334064f5b8d72626328aa9e80.zip
Update the dependencies for dbus 0.60 init script as well
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/dbus/ChangeLog5
-rw-r--r--sys-apps/dbus/Manifest6
-rw-r--r--sys-apps/dbus/files/dbus.init-0.606
3 files changed, 12 insertions, 5 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/Manifest b/sys-apps/dbus/Manifest
index be5668ad6a06..50eeefc1d83f 100644
--- a/sys-apps/dbus/Manifest
+++ b/sys-apps/dbus/Manifest
@@ -91,9 +91,9 @@ SHA256 e94b5c4a45791fc90a97f07bcbc1c16a50a633a0633e34bf9180533792564645 files/db
MD5 6f02f0df54613a9e34a452b1c8d92ecb files/dbus-dnotify_watchdirs-01.diff 1252
RMD160 4b71324248741d78ba694bb969736ad37322628c files/dbus-dnotify_watchdirs-01.diff 1252
SHA256 0d91b0798d84733e3f381abfd35cac1a5598213792067dd4e000467037c2f20e files/dbus-dnotify_watchdirs-01.diff 1252
-MD5 c5af2408e06dd6448f6b586506fde3b8 files/dbus.init-0.60 1072
-RMD160 63739da881d1469f527523c1e3e26c7610a137bc files/dbus.init-0.60 1072
-SHA256 3fac1e5818d15183450dfc9db577f233197de9b6b0edd54258dd40261960bd2d files/dbus.init-0.60 1072
+MD5 52402378b229b76fc8c66c25d2d5ca92 files/dbus.init-0.60 1104
+RMD160 ab7d7548b6af91d6c800133972235a8487330d8c files/dbus.init-0.60 1104
+SHA256 73c8e72c86b3d1f2a75dd914a1adac8a3f36b63455b859e0cbc41dc3d61c673a files/dbus.init-0.60 1104
MD5 791bda1b16e54eba80a07d873dc97763 files/dbus.init-0.61 1377
RMD160 a6287fbad2c0b4532c7527895684aef82df46566 files/dbus.init-0.61 1377
SHA256 c1dd746e70ec6e1a0d04ae39308f6341833ae4db2a2d0fc65e156279ff5eb5d4 files/dbus.init-0.61 1377
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"