# HG changeset patch # User "Yann E. MORIN" # Date 1218314919 0 # Node ID 8472714ab5d226faa0d4c7b7518786569efd99a0 # Parent 5d174ffe1dc67438cfe5de47167f78ba76fa0fe2 Do not unset http_proxy, ftp_proxy and https_proxy in case of using a socks proxy. Add a log message. /trunk/scripts/functions | 6 2 4 0 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff -r 5d174ffe1dc6 -r 8472714ab5d2 scripts/functions --- a/scripts/functions Sat Aug 09 17:48:13 2008 +0000 +++ b/scripts/functions Sat Aug 09 20:48:39 2008 +0000 @@ -308,14 +308,10 @@ CT_DoLog DEBUG "http_proxy='${http_proxy}'" ;; sockssys) - # Force not using HTTP proxy - unset http_proxy ftp_proxy https_proxy CT_HasOrAbort tsocks . tsocks -on ;; socks*) - # Force not using HTTP proxy - unset http_proxy ftp_proxy https_proxy # Remove any lingering config file from any previous run rm -f "${CT_BUILD_DIR}/tsocks.conf" # Find all interfaces and build locally accessible networks @@ -447,6 +443,8 @@ ;; esac + CT_DoLog EXTRA "Retrieving '${file}'" + # Do we already have it? ext=$(CT_GetFileExtension "${file}" ${first_ext}) if [ -n "${ext}" ]; then