Bug 401470

Summary: Default path differs for csh users
Product: [openSUSE] openSUSE 11.0 Reporter: Forgotten User eGHtJabySz <forgotten_eGHtJabySz>
Component: BasesystemAssignee: 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

Description Forgotten User eGHtJabySz 2008-06-18 19:37:50 UTC
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 ...
Comment 1 Ruediger Oertel 2008-07-25 12:19:54 UTC
reassigning to package maintainer
Comment 2 Dr. Werner Fink 2008-07-25 12:32:54 UTC
this line

  set -f path=( $_hpath $_spath $path $_upath )

will not changed.
Comment 3 Dr. Werner Fink 2008-07-25 16:58:34 UTC
changed