From: Stefan Schantl Date: Thu, 6 Aug 2009 19:31:24 +0000 (+0200) Subject: Modified some initscripts to prevert loops. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad4ef2a1079e8841c61809ed43f525dc6ca510de;p=ipfire-3.x.git Modified some initscripts to prevert loops. This changes are all temporary, I will fix the problems later, but at the moment the give us a bootable/testable system back. --- diff --git a/src/initscripts/extras/fcron.conf b/src/initscripts/extras/fcron.conf index ec8fc6c4b..503143c69 100644 --- a/src/initscripts/extras/fcron.conf +++ b/src/initscripts/extras/fcron.conf @@ -6,7 +6,6 @@ stop on shutdown console output -respawn exec /usr/sbin/fcron -y -b post-start script diff --git a/src/initscripts/extras/haldaemon.conf b/src/initscripts/extras/haldaemon.conf index afb7aa551..2b050bebc 100644 --- a/src/initscripts/extras/haldaemon.conf +++ b/src/initscripts/extras/haldaemon.conf @@ -7,7 +7,7 @@ stop on stopping messagebus console output respawn -exec /usr/sbin/hald --use-syslog --daemon=no +exec /usr/sbin/hald --use-syslog --daemon=no --retain-privileges post-start script set -e diff --git a/src/initscripts/extras/lighttpd.conf b/src/initscripts/extras/lighttpd.conf index acd01f3ca..c9c33b2b2 100644 --- a/src/initscripts/extras/lighttpd.conf +++ b/src/initscripts/extras/lighttpd.conf @@ -6,7 +6,6 @@ stop on stopping network console output -respawn exec /usr/sbin/lighttpd -f /etc/lighttpd.conf post-start script diff --git a/src/initscripts/extras/openldap.conf b/src/initscripts/extras/openldap.conf index 2846f5faf..36d807501 100644 --- a/src/initscripts/extras/openldap.conf +++ b/src/initscripts/extras/openldap.conf @@ -6,8 +6,7 @@ stop on shutdown console output -respawn -exec /usr/sbin/slapd -d +exec /usr/sbin/slapd post-start script set -e