From owner-freebsd-questions@FreeBSD.ORG Wed May 21 11:42:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB5F037B401 for ; Wed, 21 May 2003 11:42:58 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D43343F75 for ; Wed, 21 May 2003 11:42:57 -0700 (PDT) (envelope-from cinek@gmx.de) Received: (qmail 7314 invoked by uid 65534); 21 May 2003 18:42:55 -0000 Received: from pD951FA24.dip.t-dialin.net (EHLO pD951FA24.dip.t-dialin.net) (217.81.250.36) by mail.gmx.net (mp023-rz3) with SMTP; 21 May 2003 20:42:55 +0200 From: Martin Krzysiak To: Bill Moran Date: Wed, 21 May 2003 20:42:54 +0200 User-Agent: KMail/1.5 References: <200305211849.36430.cinek@gmx.de> <3ECBB783.3030409@potentialtech.com> In-Reply-To: <3ECBB783.3030409@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305212042.54766.cinek@gmx.de> cc: freebsd-questions@freebsd.org Subject: Re: Upgrading stable behind a proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 18:42:59 -0000 On Wednesday 21 May 2003 19:29, you wrote: > cvsup doesn't use HTTP, so there's really no way I know of to make it use > an HTTP proxy without a lot of magic or messy hacking. I tried hacking. It does not work like that. cvsup is using more than one connection while talking to a remote server (when I remember correctly, it binds ports to the local host). > You're asking the FreeBSD team to rename a bunch of files to get around one > (admittedly) broken proxy? You are right, it does not make sense, sorry. I only asked, because I am not sure how mime-types are used on Windows and why the proxy-server has changed the contents. Martin