From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from server1.mdy.univie.ac.at (server1.mdy.univie.ac.at [131.130.40.17]) by chiba.3jane.net (Postfix) with ESMTP id 72F6423792 for ; Thu, 13 Dec 2001 10:17:56 -0600 (CST) Received: from there (iota.mdy.univie.ac.at [131.130.40.21]) by server1.mdy.univie.ac.at (Postfix) with SMTP id 4E23358050 for ; Thu, 13 Dec 2001 17:18:09 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Tibor Rudas To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] grace not working Date: Thu, 13 Dec 2001 17:18:09 +0100 X-Mailer: KMail [version 1.3.1] References: <20011212111744.01F3858050@server1.mdy.univie.ac.at> <1008177471.3441.6.camel@nosferatu.lan> In-Reply-To: <1008177471.3441.6.camel@nosferatu.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011213161809.4E23358050@server1.mdy.univie.ac.at> Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: bff53542-510d-49bb-bd6b-7d23397ade96 X-Archives-Hash: 180e2f2202c7acca04a1f15627d81d34 On Wednesday 12 December 2001 18:17, Martin Schlemmer wrote: > Hi thanks for the answer! > > I moved Grace from /opt to /usr, and because there was still > older versions floating around, I had to change the name > of the file that sets GRACE_HOME in /etc/env.d. With the last > update however, the developer forgot to create a 10grace-5.1.5. > > I will fix this asap, sorry. I now figured out that GRACE_HOME is set in /etc/profile.env (I actually don't know how it gets there from /etc/env.d but I'm ready to learn :) but historically most of our users are csh users and so this doesn't get sourced :( --> I must generate an according csh-like script and source that :) regards tigor