summaryrefslogtreecommitdiff
path: root/debian/config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/config')
-rw-r--r--debian/config15
1 files changed, 10 insertions, 5 deletions
diff --git a/debian/config b/debian/config
index 0a5f42b2e..b794276fa 100644
--- a/debian/config
+++ b/debian/config
@@ -14,7 +14,7 @@ db_version 2.0
14 14
15if [ -n "$version" ] && dpkg --compare-versions "$version" lt 1:3.0p1-1 15if [ -n "$version" ] && dpkg --compare-versions "$version" lt 1:3.0p1-1
16then 16then
17 db_text medium ssh/ssh2_keys_merged 17 db_input medium ssh/ssh2_keys_merged
18fi 18fi
19 19
20if [ -e /etc/init.d/ssh ] && ! grep -q pidfile /etc/init.d/ssh 20if [ -e /etc/init.d/ssh ] && ! grep -q pidfile /etc/init.d/ssh
@@ -43,11 +43,11 @@ then
43 if [ "$RET" = "true" ]; 43 if [ "$RET" = "true" ];
44 then db_input medium ssh/protocol2_only ||true 44 then db_input medium ssh/protocol2_only ||true
45 db_input high ssh/privsep_ask ||true 45 db_input high ssh/privsep_ask ||true
46 else db_text high ssh/privsep_tell ||true 46 else db_input high ssh/privsep_tell ||true
47 fi 47 fi
48 else db_text high ssh/privsep_tell ||true 48 else db_input high ssh/privsep_tell ||true
49 fi 49 fi
50else db_text high ssh/privsep_tell ||true 50else db_input high ssh/privsep_tell ||true
51fi 51fi
52 52
53db_input medium ssh/SUID_client || true 53db_input medium ssh/SUID_client || true
@@ -80,7 +80,12 @@ then
80fi 80fi
81 81
82 82
83db_text low ssh/forward_warning || true 83db_input low ssh/forward_warning || true
84
85if dpkg --compare-versions "$version" lt-nl 1:3.5p1-3; then
86 db_input high ssh/user_environment_tell || true
87fi
88
84db_go 89db_go
85 90
86exit 0 91exit 0