Hi,

AFAICS the only problem is the correct order for the start of NIS,
autofs, and cron. cron should start after NIS and autofs.

If I read the documentation correctly, it should be sufficient to change
/etc/init.d/cron from

# Required-Start:    $remote_fs $syslog $time
# Required-Stop:     $remote_fs $syslog $time

to

# Required-Start:    $remote_fs $syslog $time +autofs +ypbind
# Required-Stop:     $remote_fs $syslog $time +autofs +ypbind

You have to invoke "insserv /etc/init.d/cron" afterwards.

Cheers,
Michael
-- 
Michael Kaaden                                      [email protected]
                      http://www.kaaden.net/
  If Bill Gates had a dime for every time a Windows box crashed...
              .... Oh, wait a minute, he already does.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to