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.postinst.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/openssh-server.postinst.in') diff --git a/debian/openssh-server.postinst.in b/debian/openssh-server.postinst.in index 9869c9b48..3671d7ce6 100644 --- a/debian/openssh-server.postinst.in +++ b/debian/openssh-server.postinst.in @@ -479,6 +479,9 @@ if dpkg --compare-versions "$2" lt 1:5.5p1-6; then rm -f /var/run/sshd/.placeholder fi +# Clean up old debconf templates. +db_unregister ssh/use_old_init_script + db_stop -- cgit v1.2.3