From 22307bfaab741af870b040c5704233a08f26a013 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 21 May 2013 23:54:28 +0100 Subject: Remove ssh/use_old_init_script, which was a workaround for a very old bug in /etc/init.d/ssh. If anyone has ignored this for >10 years then they aren't going to be convinced now. --- debian/openssh-server.config | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'debian/openssh-server.config') diff --git a/debian/openssh-server.config b/debian/openssh-server.config index 2a01aa806..4cd14a753 100644 --- a/debian/openssh-server.config +++ b/debian/openssh-server.config @@ -19,19 +19,6 @@ get_config_option() { } -if [ -e /etc/init.d/ssh ] && ! grep -q pidfile /etc/init.d/ssh -then - db_fset ssh/use_old_init_script seen false - db_input medium ssh/use_old_init_script || true - db_go - - db_get ssh/use_old_init_script - [ "$RET" = "false" ] && exit 0 -else - db_set ssh/use_old_init_script true - db_fset ssh/use_old_init_script seen true -fi - if [ -e /etc/ssh/sshd_config ] then # An empty version means we're upgrading from before the package split, -- cgit v1.2.3