[LUAU] rrsetup
Shawn Douglass
shawn at sakura-int.com
Sat Jan 30 03:25:49 PST 1999
thank you Eric that worked great.
> -----Original Message-----
> From: owner-luau at luau.hi.net [mailto:owner-luau at luau.hi.net]On Behalf Of
> Eric Hagen
> Sent: Saturday, January 30, 1999 12:43 AM
> To: luau at luau.hi.net
> Subject: Re: [LUAU] rrsetup
>
>
>
> 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