cvs commit: src/etc rc src/etc/defaults rc.conf src/etc/rc.d
FILESYSTEMS Makefile addswap adjkerntz bootconf.sh cleanvar geli2
hostname ip6addrctl ipfilter ipmon ipsec isdnd kldxref
mountcritremote netif pf pflog pfsync power_profile var
Dag-Erling Smorgrav
des at FreeBSD.org
Mon Apr 2 22:53:08 UTC 2007
des 2007-04-02 22:53:07 UTC
FreeBSD src repository
Modified files:
etc rc
etc/defaults rc.conf
etc/rc.d Makefile addswap adjkerntz bootconf.sh
cleanvar geli2 hostname ip6addrctl
ipfilter ipmon ipsec isdnd kldxref
mountcritremote netif pf pflog pfsync
power_profile var
Added files:
etc/rc.d FILESYSTEMS
Log:
Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal
and takes over mountcritlocal's role as the early / late divider. This
makes it far easier to add rc scripts which need to run early, such as a
startup script for zfs, which is right around the corner.
This change should be a no-op; I have verified that the only change in
rcorder's output is the insertion of FILESYSTEMS immediately after
mountcritlocal.
MFC after: 3 weeks
Revision Changes Path
1.309 +1 -1 src/etc/defaults/rc.conf
1.340 +1 -1 src/etc/rc
1.1 +12 -0 src/etc/rc.d/FILESYSTEMS (new)
1.79 +1 -1 src/etc/rc.d/Makefile
1.7 +1 -1 src/etc/rc.d/addswap
1.6 +1 -1 src/etc/rc.d/adjkerntz
1.6 +1 -1 src/etc/rc.d/bootconf.sh
1.12 +1 -1 src/etc/rc.d/cleanvar
1.2 +1 -1 src/etc/rc.d/geli2
1.12 +1 -1 src/etc/rc.d/hostname
1.5 +1 -1 src/etc/rc.d/ip6addrctl
1.27 +1 -1 src/etc/rc.d/ipfilter
1.15 +1 -1 src/etc/rc.d/ipmon
1.17 +1 -1 src/etc/rc.d/ipsec
1.23 +1 -1 src/etc/rc.d/isdnd
1.5 +1 -1 src/etc/rc.d/kldxref
1.15 +1 -1 src/etc/rc.d/mountcritremote
1.23 +1 -1 src/etc/rc.d/netif
1.15 +1 -1 src/etc/rc.d/pf
1.11 +1 -1 src/etc/rc.d/pflog
1.3 +1 -1 src/etc/rc.d/pfsync
1.11 +1 -1 src/etc/rc.d/power_profile
1.42 +1 -1 src/etc/rc.d/var
More information about the cvs-src
mailing list