diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 19:03:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 19:03:02 +0000 |
commit | 4a4400f027c87b8b8182ecad3e821c0a0db49df0 (patch) | |
tree | b2ea7235c6f34ddb60f5f7001f23dfcfe1766fa3 /debian/config | |
parent | 1501d1e253613aba573e163869a2f704abd73a44 (diff) | |
parent | 854156dd39acbde9b4a47ec0fc54a042ea7358e0 (diff) |
Debian release 3.6.1p2-1.
Diffstat (limited to 'debian/config')
-rw-r--r-- | debian/config | 1 |
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 ] | |||
39 | then | 39 | then |
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 |