FreeBSD Bugzilla – Attachment 144534 Details for
Bug 191759
dot.cshrc example should be useable as is (cosmetic)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dot.cshrc patch
dot.cshrc.patch (text/plain), 1.03 KB, created by
ping1
on 2014-07-09 06:41:27 UTC
(
hide
)
Description:
dot.cshrc patch
Filename:
MIME Type:
Creator:
ping1
Created:
2014-07-09 06:41:27 UTC
Size:
1.03 KB
patch
obsolete
>--- /usr/share/examples/csh/dot.cshrc 2014-01-17 02:52:20.000000000 +0100 >+++ .cshrc 2014-07-08 08:32:17.000000000 +0200 >@@ -9,11 +9,11 @@ > # has multiple ssh-agent(1) processes running, this will very likely > # set SSH_AUTH_SOCK to point to the wrong file/domain socket. > if (${?SSH_AUTH_SOCK} != "1") then >- setenv SSH_AUTH_SOCK `sockstat -u | awk '/^${USER}.+ ssh-agent/ { print $6 }' >+ setenv SSH_AUTH_SOCK `sockstat -u | awk '/^${USER}.+ ssh-agent/ { print $6 }'` > endif > > # Change only root's prompt >-if (`id -g` == 0) >+if (`id -g` == 0) then > set prompt="root@%m# " > endif > >@@ -70,7 +70,7 @@ > 'n/-*f/f/' \ > 'n/*/f/' > complete ifconfig 'p@1@`ifconfig -l`@' \ >- 'n/*/(range phase link netmask mtu vlandev vlan metric mediaopt down delete broadcast arp debug)/' >+ 'n/*/(range phase link netmask mtu vlandev vlan metric mediaopt down delete broadcast arp debug)/' \ > 'c/%/j/' \ > 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/' > complete kill 'c/-/S/' 'c/%/j/' 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/'
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 191759
: 144534