Bugzilla – Attachment 1443 Details for
Bug 1431
ssh-copy-id -i .ssh/*.pub hostname is noisy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
redirect expr's output to /dev/null
ssh-copy-id.silence-expr.patch (text/plain), 373 bytes, created by
Mikel Ward
on 2008-01-17 16:40:33 AEDT
(
hide
)
Description:
redirect expr's output to /dev/null
Filename:
MIME Type:
Creator:
Mikel Ward
Created:
2008-01-17 16:40:33 AEDT
Size:
373 bytes
patch
obsolete
>--- ssh-copy-id.bak 2008-01-17 16:32:27.000000000 +1100 >+++ ssh-copy-id 2008-01-17 16:32:17.000000000 +1100 >@@ -11,7 +11,7 @@ > shift > # check if we have 2 parameters left, if so the first is the new ID file > if [ -n "$2" ]; then >- if expr "$1" : ".*\.pub" ; then >+ if expr "$1" : ".*\.pub" >/dev/null; then > ID_FILE="$1" > else > ID_FILE="$1.pub"
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 1431
: 1443