On Nov 24, 2007 10:37 PM, Rob Lytle <[EMAIL PROTECTED]> wrote: > Hi, > > I've read all the relevant boot and rc type manuals and they only give > a vague reference to starting programs with > rc.local or rc.conf.local. I want to start wpa_supplicant and I > haven't seen any variables for doing it. Some OS's have > the /usr/local/etc/rc.d directory for such purposes.
Have you tried $ sudo mg /etc/rc.local yet? rc.conf is just a shell script that gives variables which /etc/rc reads and uses to decide what to launch rc.local is just a shell script that gets run at the end of /etc/rc Put your calls in rc.local or make /etc/rc.mydaemons and call it from /etc/rc or something. It's a pretty simple system. -Nick