From 8987faac82aca0b6cf314c32da7762246af14a4f Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Wed, 14 Aug 2002 05:58:44 +0000 Subject: [PATCH] Don't export variables from /etc/rc when doing rc_ng because the scripts are sourced in a subshell. Submitted by: Mike Makonnen --- etc/rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/rc b/etc/rc index e31392ad671..4dae7979a3f 100644 --- a/etc/rc +++ b/etc/rc @@ -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"