1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Don't export variables from /etc/rc when doing rc_ng because the scripts

are sourced in a subshell.

Submitted by:	Mike Makonnen <makonnen@pacbell.net>
This commit is contained in:
Gordon Tetlow 2002-08-14 05:58:44 +00:00
parent 88f7d3e22b
commit 8987faac82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101852

2
etc/rc
View File

@ -78,8 +78,6 @@ case ${rc_ng} in
autoboot=yes
_boot="faststart"
rc_fast=yes # run_rc_command(): do fast booting
export autoboot
export rc_fast
else
autoboot=no
_boot="start"