summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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