summaryrefslogtreecommitdiff
path: root/debian/openssh-server.ssh.runscript
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-08-28 13:21:09 -0400
committerColin Watson <cjwatson@debian.org>2019-08-28 21:20:08 +0100
commit07252689f247e0ea037027ebd17b09b33ce1f5b4 (patch)
treef224aca72f355d193153d970c7c8fdb55082abba /debian/openssh-server.ssh.runscript
parent338dd52a7ec3977ac46513f6937898223f1f4930 (diff)
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 <dkg@fifthhorseman.net>
Diffstat (limited to 'debian/openssh-server.ssh.runscript')
-rw-r--r--debian/openssh-server.ssh.runscript/run2
1 files changed, 1 insertions, 1 deletions
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"
5 5
6sv start auditd || sv check auditd || true 6sv start auditd || sv check auditd || true
7 7
8# don't start if 'sshd_not_to_be_start' exists 8# don't start if 'sshd_not_to_be_run' exists
9test -e /etc/ssh/sshd_not_to_be_run && exit 161 9test -e /etc/ssh/sshd_not_to_be_run && exit 161
10 10
11#Create /run/sshd 11#Create /run/sshd