[1247] in SIPB_Linux_Development
Re: athenaizing a linux box
daemon@ATHENA.MIT.EDU (Derek Atkins)
Tue Feb 13 12:53:38 1996
To: eolson@MIT.EDU (Ed Olson)
Cc: linux-dev@MIT.EDU
In-Reply-To: Your message of "Tue, 13 Feb 1996 12:01:42 EST."
<v02130501ad4672d32349@[18.248.0.93]>
Date: Tue, 13 Feb 1996 12:53:03 EST
From: Derek Atkins <warlord@MIT.EDU>
> i've installed attach.gz, but I don't have 'add'
Add is a script, not a program. It is a part of the Athena cshrc
script set, which is in the xlogin package. It gets installed into
/usr/athena/lib/init and you get 'add' from the cshrc there. This
means that your .cshrc will have to call /usr/athena/lib/init/cshrc
which will give you the alias to call add.
> i've installed zephyr, but I don't have 'punt' (for 'punt zwgc')
'punt' is not part of zephyr. It is a program in the consult locker:
add consult; punt zwgc
> a general lack of binaries--matlab, for instance. where do i get these?
matlab is in the matlab locker:
add matlab; matlab
In order to get /bin/athena and /usr/athena/bin added to the path by default
all the time, you want to modify /etc/profile and /etc/csh.login.
I hope this helps.
-derek