Lacoss-Arnold, Jason
2002-Jan-31 12:53 UTC
[Bug 89] New: [PATCH] make the Waiting for forwarded connecti ons to terminate... message more helpful
Shouldn't that acutally pull the value of EscapeChar out of the users environment (and possibly default to the old message if they don't have one defined at all)? Thanks, --Jason Lacoss-Arnold, Systems Technical Specialist Technical Services - Unix Arch. 314-955-8501 -----Original Message----- From: bugzilla-daemon at mindrot.org [mailto:bugzilla-daemon at mindrot.org] Sent: Thursday, January 31, 2002 4:17 To: openssh-unix-dev at mindrot.org Subject: [Bug 89] New: [PATCH] make the Waiting for forwarded connections to terminate... message more helpful http://bugzilla.mindrot.org/show_bug.cgi?id=89 Summary: [PATCH] make the Waiting for forwarded connections to terminate... message more helpful Product: Portable OpenSSH Version: 3.0p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: matthew at debian.org CC: openssh-unix-dev at mindrot.org Hi, The following patch makes this message a bit more helpful to the less experienced user. diff -u -r openssh-3.0p1-orig/serverloop.c openssh-3.0p1/serverloop.c --- openssh-3.0p1-orig/serverloop.c Fri Oct 12 02:35:06 2001 +++ openssh-3.0p1/serverloop.c Thu Nov 8 18:12:10 2001 @@ -557,7 +557,7 @@ if (!channel_still_open()) break; if (!waiting_termination) { - const char *s = "Waiting for forwarded connectio ns to terminate...\r\n"; + const char *s = "Waiting for forwarded connectio ns to terminate... (press ~& to background)\r\n"; char *cp; waiting_termination = 1; buffer_append(&stderr_buffer, s, strlen(s)); ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are on the CC list for the bug, or are watching someone who is. _______________________________________________ openssh-unix-dev at mindrot.org mailing list http://www.mindrot.org/mailman/listinfo/openssh-unix-dev *************************************************************************************** WARNING: All e-mail sent to and from this address will be received or otherwise recorded by the A.G. Edwards corporate e-mail system and is subject to archival, monitoring or review by, and/or disclosure to, someone other than the recipient. *************************************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020131/624a8876/attachment.html
Maybe Matching Threads
- [Bug 89] [PATCH] make the Waiting for forwarded connections to terminate... message more helpful
- bind segfault in conjunction with dbus - what to change?
- functions : server_input_channel_req userauth_pubkey
- [PATCH]: Remove HAVE_CYGWIN in favor of NO_IPPORT_RESERVED_CONCEPT
- Patch for a port forwarding problem in serverloop.c