summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/quieter-signals.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/patches/quieter-signals.patch b/debian/patches/quieter-signals.patch
index 40606adc2..79bbfe7a9 100644
--- a/debian/patches/quieter-signals.patch
+++ b/debian/patches/quieter-signals.patch
@@ -2,8 +2,13 @@ Description: Reduce severity of "Killed by signal %d"
2 This produces irritating messages when using ProxyCommand or other programs 2 This produces irritating messages when using ProxyCommand or other programs
3 that use ssh under the covers (e.g. Subversion). These messages are more 3 that use ssh under the covers (e.g. Subversion). These messages are more
4 normally printed by the calling program, such as the shell. 4 normally printed by the calling program, such as the shell.
5 .
6 According to the upstream bug, the right way to avoid this is to use the -q
7 option, so we may drop this patch after further investigation into whether
8 any software in Debian is still relying on it.
5Author: Peter Samuelson <peter@p12n.org> 9Author: Peter Samuelson <peter@p12n.org>
6Author: Colin Watson <cjwatson@debian.org> 10Author: Colin Watson <cjwatson@debian.org>
11Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1118
7Bug-Debian: http://bugs.debian.org/313371 12Bug-Debian: http://bugs.debian.org/313371
8Last-Update: 2010-02-27 13Last-Update: 2010-02-27
9 14