|
Bugzilla – Full Text Bug Listing |
| Summary: | Default path differs for csh users | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Forgotten User eGHtJabySz <forgotten_eGHtJabySz> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Patch for /etc/csh.login | ||
reassigning to package maintainer this line set -f path=( $_hpath $_spath $path $_upath ) will not changed. changed |
Created attachment 222881 [details] Patch for /etc/csh.login The default set in /etc/csh.login is different from that set in /etc/profile. Also, csh users may see /etc/motd displayed twice (once by sshd if "PrintMotd" is set, and once by /etc/csh.login), while bash users only see it once. Life would be simpler if I could get all the csh users here to switch to bash, but that's not going to happen, so I try to make sure their environment is as consistent as possible. Patch attached ...