From: Michael Tremer Date: Sun, 9 Aug 2009 16:57:25 +0000 (+0200) Subject: Fixed startup of haldaemon (again). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5906e338397bbc3495dd00274a2acddd084c4db;p=ipfire-3.x.git Fixed startup of haldaemon (again). There is a user missing and so we start hal with all privileges of root (as far I can see). But this doesn't matter because hal is deprecated and won't be in the final release of the distribution. --- diff --git a/src/initscripts/extras/haldaemon.conf b/src/initscripts/extras/haldaemon.conf index 4a770a9ad..d9c84644e 100644 --- a/src/initscripts/extras/haldaemon.conf +++ b/src/initscripts/extras/haldaemon.conf @@ -8,7 +8,7 @@ console output expect fork respawn -exec /usr/sbin/hald --use-syslog --daemon=yes +exec /usr/sbin/hald --use-syslog --daemon=yes --retain-privileges post-start script set -e