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

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"