Re: rc.local equivalent

2007-07-12 Thread Doug Barton
Mark Linimon wrote: > On Thu, Jul 12, 2007 at 01:47:53PM -0700, Doug Barton wrote: >> There is a big difference between the current status, "rc.local is >> still supported, however you will probably get better results using >> local rc.d scripts;" and "This is going away, so stop using it." > > Th

Re: rc.local equivalent

2007-07-12 Thread Mark Linimon
On Thu, Jul 12, 2007 at 01:47:53PM -0700, Doug Barton wrote: > There is a big difference between the current status, "rc.local is > still supported, however you will probably get better results using > local rc.d scripts;" and "This is going away, so stop using it." The text from rc(8): The rc.

Re: rc.local equivalent

2007-07-12 Thread Doug Barton
Morgan Reed wrote: > On 7/12/07, Brian <[EMAIL PROTECTED]> wrote: >> man rc.local on a freebsd 7 box says > > Same for 6.2-STABLE. > >> So, rc.local, though not current is still supported. > > Yes, effectively deprecated No, not deprecated at all. That term has a specific meaning in the FreeBS

Re: rc.local equivalent

2007-07-12 Thread Morgan Reed
On 7/12/07, Brian <[EMAIL PROTECTED]> wrote: man rc.local on a freebsd 7 box says Same for 6.2-STABLE. So, rc.local, though not current is still supported. Yes, effectively deprecated (although the mechanism may not be removed for a significant time, if at all). I'm going to write an rc.d

Re: rc.local equivalent

2007-07-11 Thread Brian
Doug Barton wrote: Morgan Reed wrote: Given that rc.local is now deprecated, Where did you get that idea? man rc.local on a freebsd 7 box says The rc utility is the command script which controls the automatic boot process after being called by init(8). The rc.local scrip

Re: rc.local equivalent

2007-07-11 Thread Doug Barton
Morgan Reed wrote: > Given that rc.local is now deprecated, Where did you get that idea? -- This .signature sanitized for your protection ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsu

Re: rc.local equivalent

2007-07-11 Thread Michael Proto
Morgan Reed wrote: > I'm working on a small footprint semi-embedded system, I need a means > to load and save parts of /var (which is a memory-backed filesystem) > at boot and shutdown. > > Given that rc.local is now deprecated, what is the "correct" way to > perform extra startup/shutdown process