bugzilla-daemon at mindrot.org
2002-Jan-31 10:16 UTC
[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.