diff options
Diffstat (limited to 'debian/openssh-client.config')
-rw-r--r-- | debian/openssh-client.config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/openssh-client.config b/debian/openssh-client.config index 736e464ed..6d678055f 100644 --- a/debian/openssh-client.config +++ b/debian/openssh-client.config | |||
@@ -7,11 +7,6 @@ version=$2 | |||
7 | . /usr/share/debconf/confmodule | 7 | . /usr/share/debconf/confmodule |
8 | db_version 2.0 | 8 | db_version 2.0 |
9 | 9 | ||
10 | if [ -d /etc/ssh-nonfree ] && [ ! -d /etc/ssh ]; then | ||
11 | version=1.2.27 | ||
12 | cp -a /etc/ssh-nonfree /etc/ssh | ||
13 | fi | ||
14 | |||
15 | # Was ssh-keysign's setuid bit turned off using the obsolete debconf | 10 | # Was ssh-keysign's setuid bit turned off using the obsolete debconf |
16 | # question? If so, turn this into a statoverride. (Ugh.) | 11 | # question? If so, turn this into a statoverride. (Ugh.) |
17 | if dpkg --compare-versions "$2" lt 1:4.1p1-2 && \ | 12 | if dpkg --compare-versions "$2" lt 1:4.1p1-2 && \ |