From bbc303a4589851ac8dbe037e3cb606b8160cfe31 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 23 Feb 2007 11:00:28 +0000 Subject: Bump for a non bash init script. Package-Manager: portage-2.1.2-r10 --- sys-apps/dbus/files/dbus.init-1.0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-apps/dbus/files/dbus.init-1.0') diff --git a/sys-apps/dbus/files/dbus.init-1.0 b/sys-apps/dbus/files/dbus.init-1.0 index ba0f4e71c23c..086aa2132b60 100644 --- a/sys-apps/dbus/files/dbus.init-1.0 +++ b/sys-apps/dbus/files/dbus.init-1.0 @@ -1,7 +1,7 @@ #!/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.2 2007/01/08 13:10:21 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.init-1.0,v 1.3 2007/02/23 11:00:28 uberlord Exp $ opts="reload" @@ -16,7 +16,7 @@ start() { /usr/bin/dbus-uuidgen --ensure # We need to test if /var/run/dbus exists, since script will fail if it does not - [[ ! -e /var/run/dbus ]] && mkdir /var/run/dbus + [ ! -e /var/run/dbus ] && mkdir /var/run/dbus start-stop-daemon --start --pidfile /var/run/dbus.pid --exec /usr/bin/dbus-daemon -- --system eend $? @@ -32,7 +32,7 @@ stop() { eend ${retval} - [[ -S /var/run/dbus/system_bus_socket ]] && rm -f /var/run/dbus/system_bus_socket + [ -S /var/run/dbus/system_bus_socket ] && rm -f /var/run/dbus/system_bus_socket return ${retval} } -- cgit v1.2.3-65-gdbad