summaryrefslogtreecommitdiff
path: root/debian/config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 19:03:02 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 19:03:02 +0000
commit4a4400f027c87b8b8182ecad3e821c0a0db49df0 (patch)
treeb2ea7235c6f34ddb60f5f7001f23dfcfe1766fa3 /debian/config
parent1501d1e253613aba573e163869a2f704abd73a44 (diff)
parent854156dd39acbde9b4a47ec0fc54a042ea7358e0 (diff)
Debian release 3.6.1p2-1.
Diffstat (limited to 'debian/config')
-rw-r--r--debian/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/config b/debian/config
index 7b4f85b43..c27b69590 100644
--- a/debian/config
+++ b/debian/config
@@ -39,6 +39,7 @@ if [ -e /etc/ssh/sshd_config ]
39then 39then
40 if dpkg --compare-versions "$version" lt-nl 1:1.3 ; 40 if dpkg --compare-versions "$version" lt-nl 1:1.3 ;
41 then db_input medium ssh/new_config || true 41 then db_input medium ssh/new_config || true
42 db_go
42 db_get ssh/new_config 43 db_get ssh/new_config
43 if [ "$RET" = "true" ]; 44 if [ "$RET" = "true" ];
44 then db_input medium ssh/protocol2_only ||true 45 then db_input medium ssh/protocol2_only ||true