summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-08-23 12:09:57 +0100
committerColin Watson <cjwatson@debian.org>2017-08-23 12:09:57 +0100
commit2ace2d17cf58932f9b82eba67cc47d2dba5e00d0 (patch)
treec8bf349104c9398261b417310764353318062a99 /debian
parentc4f26fd778b5d1680a37701bdae5ff28057dce3e (diff)
Fix spelling of RuntimeDirectoryMode (closes: #872976).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/systemd/ssh.service2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index da4a4db2c..e02245e38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1openssh (1:7.5p1-7) UNRELEASED; urgency=medium
2
3 * Fix spelling of RuntimeDirectoryMode (closes: #872976).
4
5 -- Colin Watson <cjwatson@debian.org> Wed, 23 Aug 2017 12:09:34 +0100
6
1openssh (1:7.5p1-6) unstable; urgency=medium 7openssh (1:7.5p1-6) unstable; urgency=medium
2 8
3 [ Colin Watson ] 9 [ Colin Watson ]
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service
index 6e9552948..3b10e7957 100644
--- a/debian/systemd/ssh.service
+++ b/debian/systemd/ssh.service
@@ -14,7 +14,7 @@ Restart=on-failure
14RestartPreventExitStatus=255 14RestartPreventExitStatus=255
15Type=notify 15Type=notify
16RuntimeDirectory=sshd 16RuntimeDirectory=sshd
17RuntimeDirectoryModes=0755 17RuntimeDirectoryMode=0755
18 18
19[Install] 19[Install]
20WantedBy=multi-user.target 20WantedBy=multi-user.target