summaryrefslogtreecommitdiff
path: root/debian/openssh-client.config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-21 23:59:16 +0100
committerColin Watson <cjwatson@debian.org>2013-05-21 23:59:16 +0100
commit231868ac0c5d34eeed70c84ff96069ef691203e5 (patch)
tree903aecf391255cbc3aaa05ba76625e1c80d7ad85 /debian/openssh-client.config
parent22307bfaab741af870b040c5704233a08f26a013 (diff)
Remove support for upgrading from ssh-nonfree.
Diffstat (limited to 'debian/openssh-client.config')
-rw-r--r--debian/openssh-client.config5
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
8db_version 2.0 8db_version 2.0
9 9
10if [ -d /etc/ssh-nonfree ] && [ ! -d /etc/ssh ]; then
11 version=1.2.27
12 cp -a /etc/ssh-nonfree /etc/ssh
13fi
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.)
17if dpkg --compare-versions "$2" lt 1:4.1p1-2 && \ 12if dpkg --compare-versions "$2" lt 1:4.1p1-2 && \