Bug 98926
| Summary: | An error appears when you get a login from an syntax-error in jave_jre.csh | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 2.1 | Reporter: | Geoff Dolman <geoff.dolman> |
| Component: | IBMJava2-JRE | Assignee: | Lillian Angel <langel> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.1 | CC: | bennet |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:57:00 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: | |||
*** This bug has been marked as a duplicate of 62105 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
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: