summaryrefslogtreecommitdiff
path: root/debian/patches/helpful-wait-terminate.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:19 +0000
committerColin Watson <cjwatson@debian.org>2014-02-09 16:25:52 +0000
commitd26565af8589d88f824b26f31da493f1056efcf4 (patch)
treeff5e3b9c0fbb553f4f4c6e8836070659f266108e /debian/patches/helpful-wait-terminate.patch
parent16fb149cbb42efe0cb13f3edbafcb1a21ecfe574 (diff)
parentbb5616c94d6d6b97890e90dd01a7ad07c663dc0b (diff)
Initialize git-dpm
Diffstat (limited to 'debian/patches/helpful-wait-terminate.patch')
-rw-r--r--debian/patches/helpful-wait-terminate.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/debian/patches/helpful-wait-terminate.patch b/debian/patches/helpful-wait-terminate.patch
index 298e8e216..66a59a053 100644
--- a/debian/patches/helpful-wait-terminate.patch
+++ b/debian/patches/helpful-wait-terminate.patch
@@ -1,13 +1,21 @@
1Description: Mention ~& when waiting for forwarded connections to terminate 1From ea2e0af0bc3a683edb32b508c03eb793617f6f31 Mon Sep 17 00:00:00 2001
2Author: Matthew Vernon <matthew@debian.org> 2From: Matthew Vernon <matthew@debian.org>
3Date: Sun, 9 Feb 2014 16:09:56 +0000
4Subject: Mention ~& when waiting for forwarded connections to terminate
5
3Bug-Debian: http://bugs.debian.org/50308 6Bug-Debian: http://bugs.debian.org/50308
4Last-Update: 2010-02-27 7Last-Update: 2010-02-27
5 8
6Index: b/serverloop.c 9Patch-Name: helpful-wait-terminate.patch
7=================================================================== 10---
11 serverloop.c | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/serverloop.c b/serverloop.c
15index ccbad61..5f22df3 100644
8--- a/serverloop.c 16--- a/serverloop.c
9+++ b/serverloop.c 17+++ b/serverloop.c
10@@ -686,7 +686,7 @@ 18@@ -686,7 +686,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
11 if (!channel_still_open()) 19 if (!channel_still_open())
12 break; 20 break;
13 if (!waiting_termination) { 21 if (!waiting_termination) {