hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Mon Feb 1 07:18:30 PST 2010


 hald/haldaemon.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c940ee21009abb338182f5774d6ece0e9dd6eb9
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu Nov 26 10:39:05 2009 +0000

    If /usr/sbin/hald does not exist then exit the haldaemon init script with retval 1 for LSB compliance

diff --git a/hald/haldaemon.in b/hald/haldaemon.in
index cd6dfde..33ee31a 100755
--- a/hald/haldaemon.in
+++ b/hald/haldaemon.in
@@ -12,7 +12,7 @@
 #
 
 # Sanity checks.
-[ -x @sbindir@/hald ] || exit 0
+[ -x @sbindir@/hald ] || exit 1
 
 # Source function library.
 . @sysconfdir@/rc.d/init.d/functions


More information about the hal-commit mailing list