On Jul 16, 2007, at 9:55 PM, [EMAIL PROTECTED] wrote:

No wonder man uttsc didn't work.


I have several sections like this in my .bashrc for packages that may or may not be installed on every system. With a bit of modification, you could add it to your .profile, or to /etc/profile for all users (although all users probably don't need "sbin" in their path).

if [ -d /opt/SUNWut ]; then
    export PATH=$PATH:/opt/SUNWut/bin:/opt/SUNWut/sbin
    export MANPATH=$MANPATH:/opt/SUNWut/man
fi


-Jason
----------------------------------------
Jason Winningham
Computer Systems Engineer
College of Engineering
The University of Alabama in Huntsville
http://support.eng.uah.edu/    http://www.eng.uah.edu/~jdw



_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to