diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-08-28 13:21:09 -0400 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-08-28 21:20:08 +0100 |
commit | 07252689f247e0ea037027ebd17b09b33ce1f5b4 (patch) | |
tree | f224aca72f355d193153d970c7c8fdb55082abba /debian/openssh-server.ssh.runscript/run | |
parent | 338dd52a7ec3977ac46513f6937898223f1f4930 (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/run')
-rw-r--r-- | debian/openssh-server.ssh.runscript/run | 2 |
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 | ||
6 | sv start auditd || sv check auditd || true | 6 | sv 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 |
9 | test -e /etc/ssh/sshd_not_to_be_run && exit 161 | 9 | test -e /etc/ssh/sshd_not_to_be_run && exit 161 |
10 | 10 | ||
11 | #Create /run/sshd | 11 | #Create /run/sshd |