diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-04-21 22:17:04 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-04-21 22:17:04 +0000 |
commit | 3f342d698180b46334064f5b8d72626328aa9e80 (patch) | |
tree | 9778a60422dac0e3c818112eb510decc826782a2 /sys-apps/dbus/files | |
parent | Version bump #130778 by Rodrigo Severo. (diff) | |
download | gentoo-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/dbus/files')
-rw-r--r-- | sys-apps/dbus/files/dbus.init-0.60 | 6 |
1 files changed, 5 insertions, 1 deletions
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" |