diff options
author | gordon <gordon@FreeBSD.org> | 2002-08-14 05:58:44 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2002-08-14 05:58:44 +0000 |
commit | 7776e3081f3da0ef0c2b975ad0b1cea9e52801e8 (patch) | |
tree | 816a43374187af99bdbaf7b3a27bf7c341422909 /etc | |
parent | 008b9b25ad2ce5dc5898051a4b7473c537da8d1b (diff) | |
download | FreeBSD-src-7776e3081f3da0ef0c2b975ad0b1cea9e52801e8.zip FreeBSD-src-7776e3081f3da0ef0c2b975ad0b1cea9e52801e8.tar.gz |
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>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |