diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/systemd/ssh.service | 2 |
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 @@ | |||
1 | openssh (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 | |||
1 | openssh (1:7.5p1-6) unstable; urgency=medium | 7 | openssh (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 | |||
14 | RestartPreventExitStatus=255 | 14 | RestartPreventExitStatus=255 |
15 | Type=notify | 15 | Type=notify |
16 | RuntimeDirectory=sshd | 16 | RuntimeDirectory=sshd |
17 | RuntimeDirectoryModes=0755 | 17 | RuntimeDirectoryMode=0755 |
18 | 18 | ||
19 | [Install] | 19 | [Install] |
20 | WantedBy=multi-user.target | 20 | WantedBy=multi-user.target |