Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2005 20:06:07 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc rc.shutdown rc.subr src/etc/rc.d localpkg src/sys/sys param.h
Message-ID:  <200512022006.jB2K67AK078509@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512022006.jB2K67AK078509>