get_moonbase ignores download options
Steven Michalske
michalsc at email.uc.edu
Tue Mar 11 10:03:20 GMT 2003
from irc
<David46> for lin moonbase to work I have to export http_proxy first
<David46> but I can lin anything else with having the proxy set in lunar
sofar here are some of the things that must be set i believe
[ -n "$http_proxy" ] && export http_proxy=$http_proxy
[ -n "$ftp_proxy" ] && export ftp_proxy=$ftp_proxy
[ -n "$no_proxy" ] && export no_proxy=$no_proxy
FTP_CONNECTION="--passive-ftp"
[ "$FTP_ACTIVE" == "on" ] ||
[ "$FTP_PASSIVE" == "off" ] &&
unset FTP_CONNECTION
NUM_RETRY=${NUM_RETRY:=5}
RETRIES="--tries=${NUM_RETRY}"
[ -n "$DOWNLOAD_RATE" ] && RATE="--limit-rate=${DOWNLOAD_RATE}"
there may be more
have fun
hardkrash
More information about the Lunar-dev
mailing list