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/openssh-server.ssh.runscript/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/openssh-server.ssh.runscript/run') 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