diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-01-08 13:10:21 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-01-08 13:10:21 +0000 |
commit | 3dc87d1a1b1ed5a29e2e7aebc6bb923544eec6f8 (patch) | |
tree | 73d62094dfb07bcf70b308fe4e23cf1007436827 /sys-apps/dbus/files | |
parent | Preparing for 2.6.19 and fixing the linux-mod-stuff, bugs #158609, #159520. (diff) | |
download | historical-3dc87d1a1b1ed5a29e2e7aebc6bb923544eec6f8.tar.gz historical-3dc87d1a1b1ed5a29e2e7aebc6bb923544eec6f8.tar.bz2 historical-3dc87d1a1b1ed5a29e2e7aebc6bb923544eec6f8.zip |
init script needs localmount so it can create a pidfile correctly.
init script is after bootmisc so the pidfile doesn't get erased in a
parallel boot.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'sys-apps/dbus/files')
-rw-r--r-- | sys-apps/dbus/files/dbus.init-1.0 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/dbus/files/dbus.init-1.0 b/sys-apps/dbus/files/dbus.init-1.0 index ff24f2d53ac7..ba0f4e71c23c 100644 --- a/sys-apps/dbus/files/dbus.init-1.0 +++ b/sys-apps/dbus/files/dbus.init-1.0 @@ -1,12 +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.1 2006/11/19 17:32:33 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.init-1.0,v 1.2 2007/01/08 13:10:21 uberlord Exp $ opts="reload" depend() { - after nscd dns + need localmount + after bootmisc nscd dns } start() { |