From owner-freebsd-questions@FreeBSD.ORG Fri May 27 00:21:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 087A716A41C for ; Fri, 27 May 2005 00:21:53 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B8A43D49 for ; Fri, 27 May 2005 00:21:52 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id j4R0Lq08001095; Thu, 26 May 2005 17:21:52 -0700 (PDT) Received: from [192.168.1.6] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j4R0LoIh021345; Thu, 26 May 2005 17:21:51 -0700 (PDT) In-Reply-To: <20050527000926.55114.qmail@web25607.mail.ukl.yahoo.com> References: <20050527000926.55114.qmail@web25607.mail.ukl.yahoo.com> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Charles Swiger Date: Thu, 26 May 2005 20:21:46 -0400 To: =?ISO-8859-1?Q?Rold=E1n?= X-Mailer: Apple Mail (2.730) Cc: freebsd-questions@freebsd.org Subject: Re: problem with internet connection 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: Fri, 27 May 2005 00:21:53 -0000 On May 26, 2005, at 8:09 PM, Rold=E1n wrote: > when i setup the proxy connection in gnome the > text mode do not update to this setting? > if not , then what i have to do? Put something like: HTTP_PROXY=3Dhttp://proxy.example.com:3128 ...into your shell environment or /etc/make.conf, depending. You can =20= also set fetch's environment specificly, and/or nest them, like: #FETCH_ENV=3D FTP_PROXY=3Dhttp://proxy:8080 --=20 -Chuck