From 8dcc7c5ef45cf5032dca7a308ffe17d3935e62d5 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 27 Feb 2010 14:05:10 +0000 Subject: Convert to source format 3.0 (quilt). --- debian/patches/helpful-wait-terminate.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/patches/helpful-wait-terminate.patch (limited to '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 index 000000000..f4baa88ba --- /dev/null +++ b/debian/patches/helpful-wait-terminate.patch @@ -0,0 +1,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)); -- cgit v1.2.3