All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Shugg <andrew@neep.com.au>
To: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] dev-packages
Date: Fri, 3 Aug 2001 18:52:09 +0800	[thread overview]
Message-ID: <20010803185207.S5850@neep.com.au> (raw)
In-Reply-To: <Pine.BSF.4.30.0108031237250.38503-100000@noc.zabbadoz.net>; from bzeeb+hplinux@zabbadoz.net on Fri, Aug 03, 2001 at 12:38:16PM +0200

Quoth Bjoern A. Zeeb:
> That's it. thanks.
> 
> Is apt proxy-aware ?

man 5 apt.conf

=)

It sure is, add something like this in your /etc/apt/apt.conf:


// Options for the downloading routines
Acquire
{
  
  // HTTP method configuration
  http 
  {
    Proxy "http://proxy.internal.neep.com.au:3128/";
  };
};


apt-get will also obey the $http_proxy environment variable.

Andrew.

-- 
Andrew Shugg <andrew@neep.com.au>                   http://www.neep.com.au/

"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there?  Well I'd like to meet him.  I could do with a good laugh."

  reply	other threads:[~2001-08-03 10:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-02 21:06 [parisc-linux] dev-packages Bjoern A. Zeeb
2001-08-02 21:19 ` Matthew Wilcox
2001-08-03  4:56   ` Bjoern A. Zeeb
2001-08-03  5:25     ` Andrew Shugg
2001-08-03 10:35       ` Richard Hirst
2001-08-03 10:38         ` Bjoern A. Zeeb
2001-08-03 10:52           ` Andrew Shugg [this message]
2001-08-03 10:46         ` Andrew Shugg

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=20010803185207.S5850@neep.com.au \
    --to=andrew@neep.com.au \
    --cc=parisc-linux@lists.parisc-linux.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.