From 77d79f0c600cbe940dd67d54daf290652131add4 Mon Sep 17 00:00:00 2001 From: Makoto Matsushita Date: Sun, 16 Feb 2003 08:34:11 +0000 Subject: [PATCH] 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) --- release/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/Makefile b/release/Makefile index eea91b3ccc0..237c2dbfe47 100644 --- a/release/Makefile +++ b/release/Makefile @@ -430,6 +430,9 @@ rerelease release: DOMINIMALDOCPORTS \ EXTRA_SRC \ FIXCRYPTO \ + FTP_PASSIVE_MODE \ + FTP_PROXY \ + HTTP_PROXY \ KERNELS \ KERNEL_FLAGS \ MAKE_ISOS \