When installing kdesupport, the redhat additions add 'bash/sh' code to the 'kde.csh' file. This results in error messages on login if the user's shell is csh or tcsh. The following patch needs to be applied in the rh-source under the kde-support support dir: :--- scripts/kde.csh Fri Jun 11 09:02:03 1999 +++ scripts/kde.sgi Tue Oct 5 12:55:27 1999 @@ -5,8 +5,9 @@ endif endif setenv KDEDIR @KDEPREFIX@ -kdepath="${KDEDIR}/bin" -if ( echo ${PATH} | grep -q ${kdepath} ) then +setenv kdepath "${KDEDIR}/bin" +echo ${PATH} | grep -q ${kdepath} +if ( $? == 0) then exit endif
fixed in the 6.1 packages.