From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 Description of problem: The text of the file /etc/profile.d/java_jre.csh contains the following: root = /opt/IBMJava2-131 if ( $root/jre/bin !~ "${path}" ) then set path = ( $root/jre/bin $path ) endif The first line obviously is a syntax error in csh which means that when users with c shells loginto the machine they get an error, "root: command not found" after the login-banner messages. Version-Release number of selected component (if applicable): syntax error in /etc/profile.d/java_jre.csh How reproducible: Always Steps to Reproduce: 1. get a login on the machine 2. 3. Actual Results: "root: command not found" Expected Results: nothing Additional info:
*** This bug has been marked as a duplicate of 62105 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.