FreeBSD Bugzilla – Attachment 124448 Details for
Bug 167932
[PATCH] examples/csh/dot.cshrc SSH_AUTH_SOCK example incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 424 bytes, created by
Guido Falsi
on 2012-05-15 17:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2012-05-15 17:30:02 UTC
Size:
424 bytes
patch
obsolete
>--- dot.cshrc.orig 2012-05-15 18:03:10.053581560 +0200 >+++ dot.cshrc 2012-05-15 18:11:25.903582833 +0200 >@@ -5,7 +5,7 @@ > > # Sets SSH_AUTH_SOCK to the user's ssh-agent socket path if running > if (${?SSH_AUTH_SOCK} != "1") then >- setenv SSH_AUTH_SOCK `sockstat | grep "${USER}" | cut -d ' ' -f 6` >+ setenv SSH_AUTH_SOCK `sockstat | grep "${USER}" | grep ssh-agent | awk '{ print $6 }'` > endif > > # Change only root's prompt
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 167932
: 124448