summaryrefslogtreecommitdiff
path: root/debian/patches/helpful-wait-terminate.patch
blob: f4baa88ba7ba6f92a5c4e83d0b8260fa17e4b9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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));