summaryrefslogtreecommitdiff
path: root/debian/patches/helpful-wait-terminate.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
committerColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
commit8dcc7c5ef45cf5032dca7a308ffe17d3935e62d5 (patch)
tree2e0d8058bdfc24a60a20c5bcbfd1075ef1048ff3 /debian/patches/helpful-wait-terminate.patch
parente44a1fb6e8e59e67e5c8b6e83c0d8566d146aad9 (diff)
Convert to source format 3.0 (quilt).
Diffstat (limited to 'debian/patches/helpful-wait-terminate.patch')
-rw-r--r--debian/patches/helpful-wait-terminate.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/helpful-wait-terminate.patch b/debian/patches/helpful-wait-terminate.patch
new file mode 100644
index 000000000..f4baa88ba
--- /dev/null
+++ b/debian/patches/helpful-wait-terminate.patch
@@ -0,0 +1,13 @@
1Index: b/serverloop.c
2===================================================================
3--- a/serverloop.c
4+++ b/serverloop.c
5@@ -680,7 +680,7 @@
6 if (!channel_still_open())
7 break;
8 if (!waiting_termination) {
9- const char *s = "Waiting for forwarded connections to terminate...\r\n";
10+ const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
11 char *cp;
12 waiting_termination = 1;
13 buffer_append(&stderr_buffer, s, strlen(s));