From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 12:23:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 306281065675 for ; Thu, 4 Dec 2008 12:23:50 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 693EC8FC1D for ; Thu, 4 Dec 2008 12:23:49 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 15384 invoked from network); 4 Dec 2008 12:23:44 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.157.115) by smtp.mel.people.net.au with SMTP; 4 Dec 2008 12:23:44 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id C500E171CE; Thu, 4 Dec 2008 23:23:45 +1100 (EST) Date: Thu, 4 Dec 2008 23:23:45 +1100 From: andrew clarke To: DA Forsyth Message-ID: <20081204122345.GA53069@ozzmosis.com> References: <4936612D.20753.3BEA7E4@d.forsyth.ru.ac.za> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4936612D.20753.3BEA7E4@d.forsyth.ru.ac.za> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-update through proxy with auth X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 12:23:50 -0000 On Wed 2008-12-03 10:36:29 UTC+0200, DA Forsyth (d.forsyth@ru.ac.za) wrote: > How do I get freebsd-update to fetch through a proxy that requires > authentication? I cannot find any options in the man pages. freebsd-update is a /bin/sh shell script. Looking at the source I can see it uses /usr/bin/fetch, so it's probably just a matter of reading the fetch(1) & fetch(3) manpages to get it to do what you want. If all else fails, you might be able to hack the freebsd-update script to use Wget instead of Fetch, but I doubt you'll need to go to that much trouble.