mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Pass FTP_PASSIVE_MODE, FTP_PROXY, and HTTP_PROXY variables to chroot sandbox.
These variables will be used by pkg_add, which installs mkisofs package
while MAKE_ISOS=YES. See src/release/${arch}/mkisoimages.sh if you doubt.
No objection heard from: current@FreeBSD.org
Suggested by: des, nectar (about *_PROXY variables)
This commit is contained in:
parent
6420521aa5
commit
77d79f0c60
1 changed files with 3 additions and 0 deletions
|
|
@ -430,6 +430,9 @@ rerelease release:
|
|||
DOMINIMALDOCPORTS \
|
||||
EXTRA_SRC \
|
||||
FIXCRYPTO \
|
||||
FTP_PASSIVE_MODE \
|
||||
FTP_PROXY \
|
||||
HTTP_PROXY \
|
||||
KERNELS \
|
||||
KERNEL_FLAGS \
|
||||
MAKE_ISOS \
|
||||
|
|
|
|||
Loading…
Reference in a new issue