From 3dc87d1a1b1ed5a29e2e7aebc6bb923544eec6f8 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 8 Jan 2007 13:10:21 +0000 Subject: 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 --- sys-apps/dbus/files/dbus.init-1.0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys-apps/dbus/files') 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() { -- cgit v1.2.3-65-gdbad