diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-12 11:58:09 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-12 11:58:09 +0000 |
commit | de5cb3521702a593b1abab37a9d54e93a80c40e7 (patch) | |
tree | 64ae7a529437c118ec488ab00cd25a75d31c20a4 /debian/changelog | |
parent | 01b5815d0ef4be4f74e2e152156f53dde4bc20c7 (diff) |
Fix sysvinit->systemd transition code
We need to cope with still-running sysvinit jobs being considered active by
systemd (thanks, Uoti Urpala and Michael Biebl).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c908bc162..6bf502848 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -5,6 +5,9 @@ openssh (1:6.5p1-3) UNRELEASED; urgency=medium | |||
5 | * Stop claiming that "Protocol 2" is a Debian-specific default; this has | 5 | * Stop claiming that "Protocol 2" is a Debian-specific default; this has |
6 | been upstream's default since 5.4p1. | 6 | been upstream's default since 5.4p1. |
7 | * Avoid stdout noise from which(1) on purge of openssh-client. | 7 | * Avoid stdout noise from which(1) on purge of openssh-client. |
8 | * Fix sysvinit->systemd transition code to cope with still-running | ||
9 | sysvinit jobs being considered active by systemd (thanks, Uoti Urpala | ||
10 | and Michael Biebl). | ||
8 | 11 | ||
9 | -- Colin Watson <cjwatson@debian.org> Tue, 11 Feb 2014 21:36:14 +0000 | 12 | -- Colin Watson <cjwatson@debian.org> Tue, 11 Feb 2014 21:36:14 +0000 |
10 | 13 | ||