Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 110944 Details for
Bug 167948
app-shells/tcsh - problems with tcsh startup files in KDE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for /etc/csh.cshrc
csh.cshrc.diff (text/plain), 919 bytes, created by
Kamil Iskra
on 2007-02-22 03:02:09 UTC
(
hide
)
Description:
Patch for /etc/csh.cshrc
Filename:
MIME Type:
Creator:
Kamil Iskra
Created:
2007-02-22 03:02:09 UTC
Size:
919 bytes
patch
obsolete
>--- csh.cshrc.orig 2007-02-13 01:08:44.000000000 -0600 >+++ csh.cshrc 2007-02-21 00:36:51.000000000 -0600 >@@ -8,21 +8,6 @@ > ## and resolve many annoyances experienced by numerous users > ## > >-## >-## Load the environment defaults. >-## >-if ( $?prompt && -r /etc/csh.env ) then >- source /etc/csh.env >-endif >- >-## >-## Make sure our path includes the basic stuff for root and normal users. >-## >-set -f path = ( /usr/local/bin /usr/bin /bin /opt/bin $path ) >-if ( "$uid" == "0" ) then >- set -f path = ( /sbin /usr/sbin /usr/local/sbin $path ) >-endif >- > if ( $?tcsh && $?prompt ) then > ## > ## Set a Gentoo-ish shell prompt with colours >@@ -54,16 +39,3 @@ if ( $?tcsh && $?prompt ) then > endsw > endif > endif >- >-## >-## Source extensions >-## >-if ( $?prompt && -d /etc/profile.d ) then >- set nonomatch >- foreach i ( /etc/profile.d/*.csh ) >- if ( -r $i ) then >- source $i >- endif >- end >- unset i nonomatch >-endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 167948
: 110944 |
110945