TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
More /etc/profile.d
I have put a file called /etc/profile.d/jdk.csh on to my Redhat 6.0 machine
that looks like this:
# jdk 1.2 (blackdown port) initialization script
if ($?PATH) then
setenv PATH "/usr/jdk1.2/bin"
else
setenv PATH "${PATH}:/usr/jdk1.2/bin"
endif
/etc/csh.cshrc is properly sourcing /etc/profile.d/jdk.csh, but it does not
alter my path. Anyway to have /etc/profile.d stuff add to the PATH
environment variable?
--
Bob Tanner <tanner@real-time.com> | Phone : (612)943-8700
http://www.real-time.com | Fax : (612)943-8500
Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9