[LUAU] rrsetup

Eric Hagen ehagen at hawaii.edu
Sat Jan 30 02:42:57 PST 1999


Change
PATH="$PATH:/usr/X11R6/bin" 
To:
PATH="$PATH:/usr/X11R6/bin:/usr/local/bin" 

Eric Hagen                  "Sometimes we get lost in the darkness, 
ehagen at Hawaii.Edu	     the dreamers learn to steer by the stars..."
			    "You fight for something because it is good.
	 				Not because it stands to succeed."

On Fri, 29 Jan 1999, shawn Douglass wrote:

> ok now it works, here is the first e-mail.
> the problem was I did not have /usr/local/bin/ in my path.
> Chris Wong  said it was possible to edit my .profile or the .cshrc file
> to include the /usr/local/bin  in my path.  I found the .profile file in
> the /etc dir , but was unable to locate the .cshrc file.
> Although  I found the .profile  file .  Im not shure where to edit it.
> when I did an echo $PATH   I recieved. /sbin: /bin: /usr/sbin: /usr/bin:
> /usr/X11R6/bin: /root/bin:
> 
> the profile file is as follows:
> 
> # /etc/profile
> 
> # System wide environment and startup programs
> # Functions and aliases go in /etc/bashrc
> 
> PATH="$PATH:/usr/X11R6/bin"
> PS1="[\u@\h \W]\\$ "
> 
> ulimit -c 1000000
> if [ `id -gn` = `id -un` -a `id -u` -gt 14 ]; then
>         umask 002
> else
>         umask 022
> fi
> 
> USER=`id -un`
> LOGNAME=$USER
> MAIL="/var/spool/mail/$USER"
> 
> HOSTNAME=`/bin/hostname`
> HISTSIZE=1000
> HISTFILESIZE=1000
> export PATH PS1 HOSTNAME HISTSIZE HISTFILESIZE USER LOGNAME MAIL
> 
> for i in /etc/profile.d/*.sh ; do
>         if [ -x $i ]; then
>                 . $i
>         fi
> done
> 
> unset i
> 
> 
> I am going to install the other  rrsmpcd client next, however I would
> still like to understand how to edit my path or include a directory in
> it.
> 
> Thanks: Chris, Eric, Myles, Doug, and Christopher
> 
> Shawn Douglass
> 8089464232
> 
> 
> 




More information about the LUAU mailing list