mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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:
parent
88f7d3e22b
commit
8987faac82
1 changed files with 0 additions and 2 deletions
2
etc/rc
2
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue