Date: Tue, 9 Oct 2007 07:30:14 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d early.sh Message-ID: <200710090730.l997UEEF042804@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2007-10-09 07:30:14 UTC
FreeBSD src repository
Modified files:
etc/rc.d early.sh
Log:
Deprecate use of the early.sh script as advertised when the support for
local rc.d scripts in the overall boot order was added.
Proper rc.d scripts are run by rc.subr in a subshell, whereas scripts that
end in .sh are sourced into rc's shell. The latter has potential to create
serious boot problems, and there is no reason that the same functionality
cannot be added by the user in the form of a proper rc.d script (as
opposed to being added by the user in the form of /etc/rc.early).
This script will be removed prior to the 8.0 branch.
Approved by: re (kensmith)
Revision Changes Path
1.3 +3 -0 src/etc/rc.d/early.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710090730.l997UEEF042804>
