Bugzilla – Attachment 371 Details for
Bug 225
Supression of login warning banner for noninteractive commands
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Silence banner with -q
quieten-banner.diff (text/plain), 622 bytes, created by
Damien Miller
on 2003-08-25 10:40:50 AEST
(
hide
)
Description:
Silence banner with -q
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2003-08-25 10:40:50 AEST
Size:
622 bytes
patch
obsolete
> >This is: "Supression of login warning banner for noninteractive commands" > >http://bugzilla.mindrot.org/show_bug.cgi?id=225 > >OK? > >Index: sshconnect2.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sshconnect2.c,v >retrieving revision 1.123 >diff -u -r1.123 sshconnect2.c >--- sshconnect2.c 24 Aug 2003 17:36:52 -0000 1.123 >+++ sshconnect2.c 25 Aug 2003 00:41:09 -0000 >@@ -359,7 +359,7 @@ > debug3("input_userauth_banner"); > msg = packet_get_string(NULL); > lang = packet_get_string(NULL); >- fprintf(stderr, "%s", msg); >+ logit("%s", msg); > xfree(msg); > xfree(lang); > }
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 225
:
311
| 371