hal/hald haldaemon.in,1.4,1.5

David Zeuthen david at freedesktop.org
Thu Feb 24 09:57:50 PST 2005


Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv11214/hald

Modified Files:
	haldaemon.in 
Log Message:
2005-02-24  David Zeuthen  <davidz at redhat.com>

	* tools/Makefile.am: Don't install the 50-fstab-sync.hal symlink
	as we do callouts in a different way now!

	* hald/haldaemon.in: Until privilege separation is complete, run
	with --retain-privileges. Also export LIBEXECDIR as our addons
	and probers will be installed there



Index: haldaemon.in
===================================================================
RCS file: /cvs/hal/hal/hald/haldaemon.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- haldaemon.in	27 Sep 2004 16:37:47 -0000	1.4
+++ haldaemon.in	24 Feb 2005 17:57:48 -0000	1.5
@@ -25,7 +25,8 @@
 
 start() {
     echo -n $"Starting HAL daemon: "
-    daemon --check $servicename $processname
+    export PATH=@LIBEXECDIR@:$PATH
+    daemon --check $servicename $processname --retain-privileges
     RETVAL=$?
     echo
     [ $RETVAL -eq 0 ] && touch @LOCALSTATEDIR@/lock/subsys/$servicename




More information about the hal-commit mailing list