summaryrefslogtreecommitdiff
path: root/debian
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
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')
-rw-r--r--debian/changelog7
-rw-r--r--debian/openssh-server.ssh.runscript/run2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9f534c155..bae206cf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1openssh (1:8.0p1-7) UNRELEASED; urgency=medium
2
3 [ Daniel Kahn Gillmor ]
4 * runit: Correct typo in comment.
5
6 -- Colin Watson <cjwatson@debian.org> Wed, 28 Aug 2019 21:19:41 +0100
7
1openssh (1:8.0p1-6) unstable; urgency=medium 8openssh (1:8.0p1-6) unstable; urgency=medium
2 9
3 * Only run dh_runit on openssh-server (closes: #935936). 10 * 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"
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