Subject: Re: Problems with X11...
To: None <cruller@unicom.net>
From: Erik Bertelsen <erik@sockdev.uni-c.dk>
List: port-mac68k
Date: 11/21/1997 22:46:56
On Fri, 21 Nov 1997 cruller@unicom.net wrote:
.. snip
.. at the $ prompt (or # if you are logged in as root) type:
..
.. setenv PATH /usr/X11R6/bin
..
.. This will tell the shell where to look for the startx script (and all
.. other apps & scripts as well).
Yes, but this will reduce the shell to only look for commands there.
To augment the previous value of PATH with a new directory, do something
like
setenv PATH $PATH:/usr/X11R6/bin
i.e. concatenate the previous value with some new stuff.
- Erik