diff options
Diffstat (limited to 'debian/config')
-rw-r--r-- | debian/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/config b/debian/config index c27b69590..c25f2ae3f 100644 --- a/debian/config +++ b/debian/config | |||
@@ -19,7 +19,7 @@ fi | |||
19 | 19 | ||
20 | if [ -e /etc/init.d/ssh ] && ! grep -q pidfile /etc/init.d/ssh | 20 | if [ -e /etc/init.d/ssh ] && ! grep -q pidfile /etc/init.d/ssh |
21 | then | 21 | then |
22 | db_fset ssh/use_old_init_script isdefault true | 22 | db_fset ssh/use_old_init_script seen false |
23 | db_input medium ssh/use_old_init_script || true | 23 | db_input medium ssh/use_old_init_script || true |
24 | db_go | 24 | db_go |
25 | 25 | ||
@@ -27,7 +27,7 @@ then | |||
27 | [ "$RET" = "false" ] && exit 0 | 27 | [ "$RET" = "false" ] && exit 0 |
28 | else | 28 | else |
29 | db_set ssh/use_old_init_script true | 29 | db_set ssh/use_old_init_script true |
30 | db_fset ssh/use_old_init_script isdefault false | 30 | db_fset ssh/use_old_init_script seen true |
31 | fi | 31 | fi |
32 | 32 | ||
33 | if [ -z "$version" -a ! -e /etc/ssh/sshd_config ] | 33 | if [ -z "$version" -a ! -e /etc/ssh/sshd_config ] |