From owner-freebsd-questions@FreeBSD.ORG Sun Apr 10 18:14:30 2005 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 0406116A4CE for ; Sun, 10 Apr 2005 18:14:30 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFA143D1D for ; Sun, 10 Apr 2005 18:14:29 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so989991rnf for ; Sun, 10 Apr 2005 11:14:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=f+uVIkMophVmLGSVlQoLi9/MD0bXw4DO3phJN5xLBVKR3u1ydhOVTLGf+VCWY0synwJ9PFq67ejih849EQcx5TQ8QCblOZKai7m3w4VSRuGBPWVygDzevE3wj5lq8jU5mPE9dMe3Ixx9AjV6+q5YWk2M/iQNybM1Vkzbu9HEj9k= Received: by 10.38.66.24 with SMTP id o24mr3191432rna; Sun, 10 Apr 2005 11:14:29 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.160.98]) by mx.gmail.com with ESMTP id 71sm1450582rnb.2005.04.10.11.14.26; Sun, 10 Apr 2005 11:14:29 -0700 (PDT) Message-ID: <42596D04.1010808@gmail.com> Date: Sun, 10 Apr 2005 23:44:28 +0530 From: Subhro User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael S References: <20050410180518.46745.qmail@web88211.mail.re2.yahoo.com> In-Reply-To: <20050410180518.46745.qmail@web88211.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: environment variables 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: Sun, 10 Apr 2005 18:14:30 -0000 Michael S wrote: >Hi all. >In order to set an environment variable at boot time, >something like http_proxy, where would I do that? > > Environment variables are not set at boot time. They are set when you o into your shell. For doing that, set yhe environment variable in .login. Regards S.