Date: Mon, 2 Apr 2007 22:53:07 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200704022253.l32Mr72e099024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704022253.l32Mr72e099024>