Bug 3805

Summary: /etc/profile.d/kde.csh is bad csh
Product: [Retired] Red Hat Linux Reporter: Paul Sand <sand.paul>
Component: kdesupportAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: nalin.dahyabhai
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-30 22:49:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul Sand 1999-06-29 16:21:44 UTC
The kdesupport-1.1.1-1.i386.rpm in the updates directory
contains /etc/profile.d/kde.csh which contains csh syntax
errors. Possible fix (works for me):

# KDE initialization script (csh)
if ( $?KDEDIR ) then
         if ( $KDEDIR == "/usr" ) then
         exit
         endif
endif
setenv KDEDIR /usr
set kdepath="${KDEDIR}/bin"
echo ${PATH} | grep -q ${kdepath}
if ( $status ) then
  exit
endif

setenv PATH "${kdepath}:${PATH}"

Comment 1 Jay Turner 1999-06-29 16:59:59 UTC
This issue has been forwarded to a developer for further action.

Comment 2 Nalin Dahyabhai 1999-06-30 15:08:59 UTC
This is a duplicate of bug 3686.

Comment 3 Jeff Johnson 1999-06-30 22:49:59 UTC
*** This bug has been marked as a duplicate of 3686 ***