From 07252689f247e0ea037027ebd17b09b33ce1f5b4 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 28 Aug 2019 13:21:09 -0400 Subject: runit: Correct typo The name of the file that we check when sshd is supposed to be down is correct in the script, but not in the comments :) Signed-off-by: Daniel Kahn Gillmor --- debian/changelog | 7 +++++++ debian/openssh-server.ssh.runscript/run | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f534c155..bae206cf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openssh (1:8.0p1-7) UNRELEASED; urgency=medium + + [ Daniel Kahn Gillmor ] + * runit: Correct typo in comment. + + -- Colin Watson Wed, 28 Aug 2019 21:19:41 +0100 + openssh (1:8.0p1-6) unstable; urgency=medium * Only run dh_runit on openssh-server (closes: #935936). diff --git a/debian/openssh-server.ssh.runscript/run b/debian/openssh-server.ssh.runscript/run index f9b08a871..1d0524502 100644 --- a/debian/openssh-server.ssh.runscript/run +++ b/debian/openssh-server.ssh.runscript/run @@ -5,7 +5,7 @@ NAME="ssh" sv start auditd || sv check auditd || true -# don't start if 'sshd_not_to_be_start' exists +# don't start if 'sshd_not_to_be_run' exists test -e /etc/ssh/sshd_not_to_be_run && exit 161 #Create /run/sshd -- cgit v1.2.3