Date: Mon, 5 Dec 2005 11:10:20 +0300 From: Yar Tikhiy <yar@comp.chem.msu.su> To: Doug Barton <dougb@FreeBSD.org> Cc: freebsd-rc@FreeBSD.org Subject: Re: cvs commit: src/etc rc rc.shutdown rc.subr src/etc/rc.d localpkg src/sys/sys param.h Message-ID: <20051205081019.GC57278@comp.chem.msu.su> In-Reply-To: <200512022006.jB2K67AK078509@repoman.freebsd.org> References: <200512022006.jB2K67AK078509@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 02, 2005 at 08:06:07PM +0000, Doug Barton wrote:
> dougb 2005-12-02 20:06:07 UTC
>
> FreeBSD src repository
>
> Modified files:
> etc rc rc.shutdown rc.subr
> etc/rc.d localpkg
> sys/sys param.h
> Log:
> Introduce startup scripts from the local_startup directories to
> the base rcorder. This is accomplished by running rcorder twice,
> first to get all the disks mounted (through mountcritremote),
> then again to include the local_startup directories.
>
> This dramatically changes the behavior of rc.d/localpkg, as
> all "local" scripts that have the new rc.d semantics are now
> run in the base rcorder, so only scripts that have not been
> converted yet will run in rc.d/localpkg.
>
> Make a similar change in rc.shutdown, and add some functions in
> rc.subr to support these changes.
>
> Bump __FreeBSD_version to reflect this change.
>
> Revision Changes Path
> 1.337 +33 -1 src/etc/rc
> 1.7 +5 -32 src/etc/rc.d/localpkg
> 1.31 +7 -1 src/etc/rc.shutdown
> 1.44 +38 -0 src/etc/rc.subr
> 1.254 +1 -1 src/sys/sys/param.h
I've just booted a fresh CURRENT with no local rc.d scripts installed
and got this message (shown in context):
Mounting NFS file systems:.
==> grep: /usr/local/etc/rc.d/*: No such file or directory
Checking for core dump on /dev/ad0s1b...
Having no local rc.d scripts seems like a case to deal with
particularly. Thanks!
--
Yar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051205081019.GC57278>
