From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 04:11:37 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 C2F8316A4B3 for ; Fri, 17 Oct 2003 04:11:37 -0700 (PDT) Received: from charentes.fr.clara.net (charentes.fr.clara.net [212.43.194.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id B399743FA3 for ; Fri, 17 Oct 2003 04:11:36 -0700 (PDT) (envelope-from ogautherot@freesurf.fr) Received: from mail.freesurf.fr (mail.freesurf.fr [212.43.206.50]) by charentes.fr.clara.net (Postfix) with ESMTP id 1F60E59799; Fri, 17 Oct 2003 13:11:36 +0200 (CEST) Received: by mail.freesurf.fr (Postfix, from userid 5000) id 9BF56E4A02; Fri, 17 Oct 2003 13:11:35 +0200 (CEST) References: <20031017035409.28ae2e12.b_cassidy@bellsouth.net> In-Reply-To: <20031017035409.28ae2e12.b_cassidy@bellsouth.net> From: ogautherot@freesurf.fr To: freebsd-questions@freebsd.org Date: Fri, 17 Oct 2003 11:11:35 GMT Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-Sender: ogautherot@freesurf.fr Message-Id: <20031017111135.9BF56E4A02@mail.freesurf.fr> cc: Bryan Cassidy Subject: Re: setend + xracer 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: Fri, 17 Oct 2003 11:11:37 -0000 Hi Bryan! Which shell are you using? The 'setenv' syntax works like a charm for csh but you might want to try 'export VAR=VALUE' under bash. BTW, the subject line states 'setend' - I guess you really meant 'setenv'. Does it help? Olivier Bryan Cassidy écrit: > I'm trying to set the environment variable $XRACER_HOME to > /usr/local/share/xracer and don't know how. In the handbook it says > setenv ??? /path/ so I tried bothsetenv $XRACER_HOME > /usr/local/share/xracer and setenv XRACER_HOME /usr/local/share/xracer > and nothing works. Guess I don't get how to set an environment > variable. Some quick help? Wouldn't mind checkin this game out with > the Nvidia drivers I have installed. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"