On Monday 25 December 2006 14:23, Daniel Iliev wrote:

> That will do the job for emerge. What if I want to schedule some other
> downloading with cron?

Can't you just use a bash script that sets the variables and then runs 
the download (wget)? Something like

$ cat download.sh

#!/bin/bash

export ftp_proxy=ftp.proxy.tld
export http_proxy=http.proxy.tld

wget <url>

----

and then schedule download.sh to be run by cron?
-- 
gentoo-user@gentoo.org mailing list

Reply via email to