Date: Thu, 25 Oct 2007 14:04:19 +0000 (UTC) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.subr src/etc/rc.d fsck ipsec mountcritlocal mountlate root src/share/man/man8 rc.8 rc.subr.8 Message-ID: <200710251404.l9PE4J1r022712@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2007-10-25 14:04:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr etc/rc.d fsck ipsec mountcritlocal mountlate root share/man/man8 rc.8 rc.subr.8 Log: MFC: o Implement the stop_boot subroutine [1]. This subroutine can be used by scripts in rc.d to stop rc(8) from booting into multi-user mode when a critical or severe error condition is encountered. o Modify scripts in etc/rc.d that already implemented this functionality independently. o Document it. [1] - This subroutine was implemented in FreeBSD in rc.d/fsck. I moved it to rc.subr(8). Our version differs slightly in that it takes an optional argument to stop the boot even if "autoboot" is not set. Obtained from: NetBSD Revision Changes Path 1.10.2.1 +0 -11 src/etc/rc.d/fsck 1.11.2.4 +1 -9 src/etc/rc.d/ipsec 1.12.2.2 +1 -1 src/etc/rc.d/mountcritlocal 1.1.2.2 +1 -1 src/etc/rc.d/mountlate 1.10.2.3 +1 -1 src/etc/rc.d/root 1.34.2.23 +22 -0 src/etc/rc.subr 1.29.2.2 +6 -11 src/share/man/man8/rc.8 1.6.8.9 +18 -1 src/share/man/man8/rc.subr.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710251404.l9PE4J1r022712>