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