SUMMARY: Path Q

From: Michael Cook (mcook@uswest.com)
Date: Wed Apr 08 1998 - 12:44:08 CDT


Thanks to all who responded. I received many ways to approach this
situation, and many work-arounds. My original question was:

Hello all,
    I have done quite a bit of reading in the archives, FAQ, & sun freeware,
but have yet to get a good grasp on paths. I am running a sun ultra 2,
2.5.1, & CDE. I downloaded the Bourne Again shell & gzip from the sun
freeware site. I got them installed correctly with pkgadd -d xxxx, and can
use them. However, I would like to add these to the path for all users
(regardless of their shell, or whether CDE or remote) and have not been able
to accomplish this. I can get what I want using :
    1) PATH=$PATH:/opt/FSFgzip/bin:/opt/FSFbash/bin
    2) export PATH
However, as soon as I log out & back in, the changes are gone.
    Also, I would like to use the man pages supplied with the packages, and
change the bash prompt to "hostname command#>" I can make this change by
using:
    3) PS1="hostname \!>"
but again, when I log out & back in, the change is gone; and the hostname
isn't dynamically configured, I type it in the PS command.
    I have tried copying the /usr/dt/config/Xconfig to
/etc/dt/config/Xconfig and modifying the path variable with command 1 above,
this allows users on the machine using CDE to use these tools without typing
the absolute path, but not remote telnet sessions.
    Any help would be appreciated!!! I will summarize,
        Michael Cook

Some answers I tried:

1)
-Copy the bash executable into the /bin directory, the man pages into the
/usr/share/man directories, run catman -w

2)
- Copy the usr/dt/config/Xconfig file to /etc/dt/config/Xconfig & edit the
path variable. I used:
  Dtlogin*userPath:$PATH:$Home/bin:/opt/FSFgzip/bin:/opt/FSFbash/bin
- Edit the /etc/default/login file. I used:
  PATH=/bin:/usr/bin:/usr/ucb:/etc:/opt/FSFgzip/bin:/opt/FSFbash/bin

3) Set the preferences for each user using the /$Home/.dtprofile

I ended up trying several solutions, and ended up staying with solution 1.

    Thanks again!!!
        Michael



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:12:36 CDT