summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-01 15:49:12 +0000
committerColin Watson <cjwatson@debian.org>2010-03-01 15:49:12 +0000
commit6d4f94897ac773f3e238122ea716c14c5940bac5 (patch)
tree551d10a01f32c752e1d44b7dab6148ef11d17781 /debian/patches
parent716db89a5e07fbb3c512fdf6311f12dac0211429 (diff)
existing upstream bug reference for quieter-signals.patch
Diffstat (limited to 'debian/patches')
-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