diff options
author | Colin Watson <cjwatson@debian.org> | 2010-03-01 16:38:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-03-01 16:38:02 +0000 |
commit | 3909823383117b7792eb2911b5a3ad217350aab0 (patch) | |
tree | 3c0b79a0bd47d9349fb7e8f1b4b22778de710f40 /debian/patches/syslog-level-silent.patch | |
parent | 6d4f94897ac773f3e238122ea716c14c5940bac5 (diff) |
commentary from Jonathan (original patch author) on syslog-level-silent.patch
Diffstat (limited to 'debian/patches/syslog-level-silent.patch')
-rw-r--r-- | debian/patches/syslog-level-silent.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/patches/syslog-level-silent.patch b/debian/patches/syslog-level-silent.patch index 1c3dacb83..04ea64d34 100644 --- a/debian/patches/syslog-level-silent.patch +++ b/debian/patches/syslog-level-silent.patch | |||
@@ -3,6 +3,12 @@ Description: Add "LogLevel SILENT" (-qq), suppressing even fatal errors | |||
3 | implemented correctly, and there's no bug trail to be found for the | 3 | implemented correctly, and there's no bug trail to be found for the |
4 | original feature (although it has been tweaked by bug reports since it was | 4 | original feature (although it has been tweaked by bug reports since it was |
5 | added in Debian openssh 1:3.0.1p1-1). Needs review. | 5 | added in Debian openssh 1:3.0.1p1-1). Needs review. |
6 | . | ||
7 | Jonathan says that this patch was originally meant to match the behaviour | ||
8 | of non-free SSH, in which -q does not suppress fatal errors. Given that | ||
9 | this was unintentionally broken in 1:4.6p1-2 and nobody's complained, we | ||
10 | can probably drop most of this. The adjustment to "Pseudo-terminal will | ||
11 | not be allocated ..." should be split out into a separate patch. | ||
6 | Author: Jonathan David Amery <jdamery@ysolde.ucam.org> | 12 | Author: Jonathan David Amery <jdamery@ysolde.ucam.org> |
7 | Author: Matthew Vernon <matthew@debian.org> | 13 | Author: Matthew Vernon <matthew@debian.org> |
8 | Author: Colin Watson <cjwatson@debian.org> | 14 | Author: Colin Watson <cjwatson@debian.org> |