I've fixed the loopback in the following initscripts:
* fcron.conf
* haldaemon.conf
* openldap.conf
So I activate the respawn again.
I'm also able to remove the workaround in haldaemon.conf
with --retain-privileges and set the the service into daemon=yes mode
so from now it's in the background.
console output
+expect fork
+respawn
exec /usr/sbin/fcron -y -b
post-start script
console output
+expect fork
respawn
-exec /usr/sbin/hald --use-syslog --daemon=no --retain-privileges
+exec /usr/sbin/hald --use-syslog --daemon=yes
post-start script
set -e
console output
+expect fork
+respawn
exec /usr/sbin/slapd
post-start script