FOG does not provide a LSB compliant header for its start-up scripts. This prevents a system to change to dependency based booting or the other way round, the scripts do provoke errors on a system that already uses dependency based booting. The scripts should have a header like this:
### BEGIN INIT INFO
# Provides:
# Required-Start: $local_fs $remote_fs $network $syslog $network inetd
# Required-Stop: $local_fs $remote_fs $network $syslog $network inetd
# Default-Start: 3 4 5
# Default-Stop: 0 1 6
# X-Interactive: true
# Short-Description: Start/stop FOGImageReplicator
### END INIT INFO
I do not understand this in full details, so please use this as an EXAMPLE!
Diff: