Bugzilla – Attachment 222881 Details for
Bug 401470
Default path differs for csh users
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch for /etc/csh.login
csh.login.patch (text/plain), 776 bytes, created by
Forgotten User eGHtJabySz
on 2008-06-18 19:37:50 UTC
(
hide
)
Description:
Patch for /etc/csh.login
Filename:
MIME Type:
Creator:
Forgotten User eGHtJabySz
Created:
2008-06-18 19:37:50 UTC
Size:
776 bytes
patch
obsolete
>--- Orig/csh.login 2008-06-18 11:41:22.000019000 -0700 >+++ csh.login 2008-06-18 12:17:06.000020000 -0700 >@@ -101,7 +101,7 @@ > set _upath=( /usr/local/bin /usr/bin /bin ) > if ( "$HOME" != "/" ) then > foreach _d (${HOME}/bin/${CPU} ${HOME}/bin) >- if ( -d $_d ) set _hpath=( $_hpath $_d ) >+ if ( -d $_d ) set _hpath=( $_d $_hpath ) > end > endif > if ( "$uid" == "0" ) then >@@ -132,7 +132,7 @@ > # > # Doing only one rehash > # >-set -f path=( $_hpath $_spath $path $_upath ) >+set -f path=( $_hpath $_spath $_upath ) > unset _upath > unset _spath > unset _hpath >@@ -299,7 +299,6 @@ > # > if (${?TERM} && -o /dev/$tty && ${?prompt}) then > if (${TERM} == "xterm") then >- if ( -f /etc/motd ) cat /etc/motd > if (! ${?SSH_TTY} ) then > # Go home > cd; echo "Directory: $cwd"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 401470
: 222881