Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2011 21:10:41 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/etc rc
Message-ID:  <201104292110.p3TLAmev058723@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

dougb       2011-04-29 21:10:41 UTC

  FreeBSD src repository

  Modified files:
    etc                  rc 
  Log:
  SVN rev 221227 on 2011-04-29 21:10:41Z by dougb
  
  Rather than trusting that nothing is going to sneak in before the
  early_late_divider in the second run (and thus be skipped altogether),
  keep a list of the scripts run early, and use that list to skip things
  in the second run.
  
  This has the primary benefit of not skipping a local script that gets
  ordered too early in the second run. It also gives an opportunity to
  clean up/simplify the code a bit.
  
  Use a space-separated list rather than the more traditional colon for
  maximum insurance against creativity in local naming conventions.
  
  Reviewed by:    brooks
  
  Revision  Changes    Path
  1.343     +4 -7      src/etc/rc



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