summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/systemd/ssh.service1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c6b9980f0..e0497a292 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1openssh (1:6.5p1-5) UNRELEASED; urgency=medium
2
3 * Add Alias=sshd.service to systemd ssh.service file, to match "Provides:
4 sshd" in the sysvinit script (thanks, Michael Biebl).
5
6 -- Colin Watson <cjwatson@debian.org> Fri, 21 Feb 2014 15:21:30 +0000
7
1openssh (1:6.5p1-4) unstable; urgency=medium 8openssh (1:6.5p1-4) unstable; urgency=medium
2 9
3 * Configure --without-hardening on hppa, to work around 10 * Configure --without-hardening on hppa, to work around
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service
index e7209f75a..ff28d39c1 100644
--- a/debian/systemd/ssh.service
+++ b/debian/systemd/ssh.service
@@ -12,3 +12,4 @@ Restart=on-failure
12 12
13[Install] 13[Install]
14WantedBy=multi-user.target 14WantedBy=multi-user.target
15Alias=sshd.service