On Mon, Mar 24, 2003 at 03:16:04PM +0000, Charles Lockhart wrote: > No where do I find any reference to the rc.local script. I > added some "echo" comments to the rc.d/rc file, they printed > out ok, I added similar "echo" comments to the rc.d/rc.local > file, I don't see them.
Try `grep -l rc.local /etc/rc.d/*` If it is not being called, you should be able to get away with calling rc.local at the end if rc (or which ever script is most appropriate). -Vince
