In the immortal words of "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]>... > "The best way to handle rc.local, however, is to separate it > out into rc.d/ style scripts and place them under > /usr/local/etc/rc.d/."
That's right > So I created an rc.d style script for my own service and stuck it in > /usr/local/etc/rc.d/. It does not have a .sh on the end as it should > run in a subshell as detailed in the rc man page. I also added There's your problem, all scripts in rc.d must have a .sh extension or they will be ignored (unless included from another script/program) rename to myscript.sh and it will work Cheers Tim -- Tim Aslat <[EMAIL PROTECTED]> Spyderweb Consulting http://www.spyderweb.com.au Phone: +61 0401088479 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
