diff options
Diffstat (limited to 'debian/patches/helpful-wait-terminate.patch')
-rw-r--r-- | debian/patches/helpful-wait-terminate.patch | 13 |
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 @@ | |||
1 | Index: 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)); | ||