]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r208307:
authordougb <dougb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 10 Feb 2012 10:18:30 +0000 (10:18 +0000)
committerdougb <dougb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 10 Feb 2012 10:18:30 +0000 (10:18 +0000)
commitfea5b19e676b11371a5be68281942b3bccf9aed5
tree73098e1d674a94df6408426cd33b3e9c0ac5dfb8
parent53081489254419ff3f7e788a924e3d5e79329545
MFC r208307:

This change does the following for the scripts that run up through
FILESYSTEMS (the default early_late_divider):
1. Move sysctl to run first
2. Move as many BEFOREs to REQUIREs as possible.
3. Minor effect, move hostid_save from right before mdconfig to right
   after.

A lot of the early scripts make use of sysctl one way or another so
running this first makes a lot of sense given that system-critical
values are often placed in sysctl.conf. (More details in original log.)

In addition to the changes from this revision, tweak a few other rcorder
elements in order to minimize the differences between the order before
and after this change, mostly related to scripts still in this branch
that are no longer in HEAD.

git-svn-id: svn://svn.freebsd.org/base/stable/8@231372 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
15 files changed:
etc/rc.d/SERVERS
etc/rc.d/addswap
etc/rc.d/auto_linklocal
etc/rc.d/cleanvar
etc/rc.d/ddb
etc/rc.d/dumpon
etc/rc.d/hostid
etc/rc.d/hostid_save
etc/rc.d/initrandom
etc/rc.d/mdconfig
etc/rc.d/mountcritlocal
etc/rc.d/netif
etc/rc.d/savecore
etc/rc.d/sysctl
etc/rc.d/zvol