Re: I need to add commands that starts every time at system boot.

2009-06-09 Thread Doug Barton
AES wrote: > I need to add commands that starts every time at system boot. > > which script is the one that starts first and where can I find it? If you're Ok with running your commands late in the boot process then /etc/rc.local is your best bet. If what you're doing n

Re: I need to add commands that starts every time at system boot.

2009-06-08 Thread Chris Rees
2009/6/7 Clifton Royston : > On Sun, Jun 07, 2009 at 04:12:41PM -0400, Scott Ullrich wrote: >> On Sun, Jun 7, 2009 at 3:36 PM, Chris Rees wrote: >> > 2009/6/7 Clifton Royston : >> > >> >> If you feel you just *can't* do it via a script in >> >> /usr/local/etc/rc.d, which is the better way, add a sc

Re: I need to add commands that starts every time at system boot.

2009-06-07 Thread Clifton Royston
On Sun, Jun 07, 2009 at 04:12:41PM -0400, Scott Ullrich wrote: > On Sun, Jun 7, 2009 at 3:36 PM, Chris Rees wrote: > > 2009/6/7 Clifton Royston : > > > >> If you feel you just *can't* do it via a script in > >> /usr/local/etc/rc.d, which is the better way, add a script called > >> /etc/rc.local and

Re: I need to add commands that starts every time at system boot.

2009-06-07 Thread Scott Ullrich
On Sun, Jun 7, 2009 at 3:36 PM, Chris Rees wrote: > 2009/6/7 Clifton Royston : > >> If you feel you just *can't* do it via a script in >> /usr/local/etc/rc.d, which is the better way, add a script called >> /etc/rc.local and that will be run after all the other start-up steps. > > What's wrong with

Re: I need to add commands that starts every time at system boot.

2009-06-07 Thread Chris Rees
2009/6/7 Clifton Royston : > If you feel you just *can't* do it via a script in > /usr/local/etc/rc.d, which is the better way, add a script called > /etc/rc.local and that will be run after all the other start-up steps. What's wrong with rc.local? Chris -- A: Because it messes up the order i

Re: I need to add commands that starts every time at system boot.

2009-06-07 Thread Clifton Royston
On Sun, Jun 07, 2009 at 10:29:57AM -0700, AES wrote: > I need to add commands that starts every time at system boot. >   > which script is the one that starts first and where can I find it? You should add a script of your own to the directory /usr/local/etc/rc.d, and have it check

Re: I need to add commands that starts every time at system boot.

2009-06-07 Thread Claus Guttesen
> I need to add commands that starts every time at system boot. > which script is the one that starts first and where can I find it? You can also try to add something like this to root's crontab: @reboot /sbin/mount -a -- regards Claus When lenity and cruelty play for a kingdom,

I need to add commands that starts every time at system boot.

2009-06-07 Thread AES
I need to add commands that starts every time at system boot.   which script is the one that starts first and where can I find it? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe