SVN: initng/trunk/daemon/haldaemon.i

glen glen at pld-linux.org
Sun Jan 28 13:48:18 CET 2007


Author: glen
Date: Sun Jan 28 13:48:17 2007
New Revision: 8206

Modified:
   initng/trunk/daemon/haldaemon.i
Log:
- PolicyKit is optional (not required in dbusdaemon), so need -> use

Modified: initng/trunk/daemon/haldaemon.i
==============================================================================
--- initng/trunk/daemon/haldaemon.i	(original)
+++ initng/trunk/daemon/haldaemon.i	Sun Jan 28 13:48:17 2007
@@ -2,7 +2,8 @@
 service daemon/haldaemon {
 	stdout = /dev/null;
 	need = system/rundir;
-	need = daemon/messagebus daemon/PolicyKit;
+	need = daemon/messagebus;
+    use = daemon/PolicyKit;
 
 	exec start = /etc/rc.d/init.d/haldaemon start;
 	exec stop = /etc/rc.d/init.d/haldaemon stop;


More information about the pld-cvs-commit mailing list