On Sunday 07 September 2003 10:49 pm, Jason Straight wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Is this just me? > > On startup rc.local isn't run apparently, > > on shutdown it gets as far as "INIT: no more processes left in this > runlevel" and stops
naw, it's been posted about twice. one needs to fix the links for now in /etc/rc.d/rc6.d/ like so: S00killall -> ../init.d/killall* S01reboot -> ../init.d/halt* and /etc/rc.d/rc0.d like so: S00killall -> ../init.d/killall* S01halt -> ../init.d/halt* and for rc.local: /etc/rc.d/rcX.d/ S99rc.local -> ../rc.local* hth, -s
