public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Etaoin Shrdlu <shrdlu@unlimitedmail.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] gentoo and proxy variable
Date: Mon, 25 Dec 2006 15:14:20 +0100	[thread overview]
Message-ID: <200612251514.21007.shrdlu@unlimitedmail.org> (raw)
In-Reply-To: <458FD0BF.4090703@ilievnet.com>

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



  parent reply	other threads:[~2006-12-25 13:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-25 12:24 [gentoo-user] gentoo and proxy variable Daniel Iliev
2006-12-25 12:44 ` Mike Williams
2006-12-25 13:23   ` Daniel Iliev
2006-12-25 14:02     ` [gentoo-user] [SOLVED] " Daniel Iliev
2006-12-25 18:31       ` Etaoin Shrdlu
2006-12-25 18:19         ` Uwe Thiem
2006-12-25 19:18           ` Etaoin Shrdlu
2006-12-26  5:45             ` Uwe Thiem
2006-12-26 11:30               ` Daniel Iliev
2006-12-25 18:48         ` Daniel Iliev
2006-12-25 14:14     ` Etaoin Shrdlu [this message]
2006-12-25 15:39     ` [gentoo-user] " Uwe Thiem
2006-12-25 18:30     ` Boyd Stephen Smith Jr.
2006-12-25 19:06 ` [gentoo-user] [SOLVED] Daniel Iliev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200612251514.21007.shrdlu@unlimitedmail.org \
    --to=shrdlu@unlimitedmail.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox