Actually, no. My .cshrc is not broken. It hasn't changed in years. It used
work. It stopped working. And now it works again. The problem is that one of
the RH errata RPMS has a buggy csh init script for /etc/profile.d/kde.csh.
Here is the fixed version.
Jeff (http://www.neci.nj.nec.com/homepages/qobi)
-------------------------------------------------------------------------------
# KDE initialization script (csh)
if ( $?KDEDIR ) then
if ( $KDEDIR == "/usr" ) then
exit
endif
endif
setenv KDEDIR /usr
set kdepath="${KDEDIR}/bin"
if ( `echo ${PATH} | grep -q ${kdepath}` ) then
exit
endif
setenv PATH "${kdepath}:${PATH}"
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]