On Wed, Oct 30, 2002 at 02:36:01PM -0800, Bill Fenner wrote:
[ snip ]
>
> The update to the /etc/rc.d infrastructure keeps the ability to run
> twice, but does not actually run it twice. I started creating an
> /etc/rc.d/sysctl-last that would run "/etc/rc.d/sysctl lastload",
> but realized that I
/etc/rc runs /etc/rc.sysctl twice:
one "early", after mounting filesystems, reseeding the random number
generator and adding a swap file, and before running rc.serial, rc.pccard,
rc.network.
one "late", after network_pass4 but before raising the securelevel.
This was added in response to
http:/