Import debian 5.9p1-1
[openssh.git] / debian / patches / helpful-wait-terminate.patch
diff --git a/debian/patches/helpful-wait-terminate.patch b/debian/patches/helpful-wait-terminate.patch
new file mode 100644 (file)
index 0000000..857f864
--- /dev/null
@@ -0,0 +1,18 @@
+Description: Mention ~& when waiting for forwarded connections to terminate
+Author: Matthew Vernon <matthew@debian.org>
+Bug-Debian: http://bugs.debian.org/50308
+Last-Update: 2010-02-27
+
+Index: b/serverloop.c
+===================================================================
+--- a/serverloop.c
++++ b/serverloop.c
+@@ -680,7 +680,7 @@
+                       if (!channel_still_open())
+                               break;
+                       if (!waiting_termination) {
+-                              const char *s = "Waiting for forwarded connections to terminate...\r\n";
++                              const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
+                               char *cp;
+                               waiting_termination = 1;
+                               buffer_append(&stderr_buffer, s, strlen(s));