summaryrefslogtreecommitdiff
path: root/debian/openssh-server.postinst.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-21 23:54:28 +0100
committerColin Watson <cjwatson@debian.org>2013-05-21 23:54:28 +0100
commit22307bfaab741af870b040c5704233a08f26a013 (patch)
tree5b5a882a9a473e45288300707d486c5ff56a6784 /debian/openssh-server.postinst.in
parent1fa04ebf122aec5ecbbdb6c7e001665b238e4c62 (diff)
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.
Diffstat (limited to 'debian/openssh-server.postinst.in')
-rw-r--r--debian/openssh-server.postinst.in3
1 files changed, 3 insertions, 0 deletions
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
479 rm -f /var/run/sshd/.placeholder 479 rm -f /var/run/sshd/.placeholder
480fi 480fi
481 481
482# Clean up old debconf templates.
483db_unregister ssh/use_old_init_script
484
482 485
483db_stop 486db_stop
484 487