Re: Best place to start a misc program at bootup

2003-10-20 Thread Mike Maltese
So there's /etc/rc, and etc/rc.local, and then there's the fancy
rc.conf
 scripts which stat programs. /etc/rc and /etc/rc.local don't appear to be
 designated places for starting up misc. programs, so where do we put
these
 misc programs which we want to run at startup?

Take a look in /usr/local/etc/rc.d/.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Best place to start a misc program at bootup

2003-10-19 Thread jason dictos
Hello again,

   So there's /etc/rc, and etc/rc.local, and then there's the fancy rc.conf 
scripts which stat programs. /etc/rc and /etc/rc.local don't appear to be 
designated places for starting up misc. programs, so where do we put these 
misc programs which we want to run at startup?

Thanks,
-Jason
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Best place to start a misc program at bootup

2003-10-19 Thread slave-mike
a shell script ending with .sh with chmod +x in dir /usr/local/etc/rc.d

man heir

jason dictos wrote:
Hello again,

   So there's /etc/rc, and etc/rc.local, and then there's the fancy rc.conf 
scripts which stat programs. /etc/rc and /etc/rc.local don't appear to be 
designated places for starting up misc. programs, so where do we put these 
misc programs which we want to run at startup?

Thanks,
-Jason
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]