[Lunar-commits] r19634 - in moonbase/trunk/devel/hal: . init.d

Moritz Heiber moe at lunar-linux.org
Mon Apr 10 10:20:05 UTC 2006


Author: moe
Date: 2006-04-10 10:20:04 +0000 (Mon, 10 Apr 2006)
New Revision: 19634

Modified:
   moonbase/trunk/devel/hal/BUILD
   moonbase/trunk/devel/hal/init.d/hald
Log:
BUILD tweak and init script fix



Modified: moonbase/trunk/devel/hal/BUILD
===================================================================
--- moonbase/trunk/devel/hal/BUILD	2006-04-10 07:17:13 UTC (rev 19633)
+++ moonbase/trunk/devel/hal/BUILD	2006-04-10 10:20:04 UTC (rev 19634)
@@ -1,6 +1,6 @@
 (
 
-    if ( module_installed kernel-headers-2.6 ); then
+    if module_installed kernel-headers-2.6 ; then
       sedit "s:SG_FLAG_LUN_:SG_FLAG_UNUSED_LUN_:" hald/linux2/probing/linux_dvd_rw_utils.c
     fi  &&
     add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false  &&

Modified: moonbase/trunk/devel/hal/init.d/hald
===================================================================
--- moonbase/trunk/devel/hal/init.d/hald	2006-04-10 07:17:13 UTC (rev 19633)
+++ moonbase/trunk/devel/hal/init.d/hald	2006-04-10 10:20:04 UTC (rev 19634)
@@ -7,6 +7,6 @@
 # processname: hald
 # pidfile: /var/run/hald.pid
 
-ARGS="--daemon=yes --retain-privileges"
+ARGS="--daemon=yes --use-syslog"
 
 . /lib/lsb/init-functions $1



More information about the Lunar-commits mailing list