diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-04-19 08:08:11 -0500 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-04-19 08:08:11 -0500 |
commit | fa8ece261cc20f71a7230259b6c6923b37187167 (patch) | |
tree | 413f3b32702a5b1798e42b534694fe441c3dcd84 /debian/changelog | |
parent | c77724ca2355dec905cfa1e18930c79e32db2d4e (diff) |
Silence confusing messages if Upstart is installed but not active
* openssh-server.postinst: Quiesce "Unable to connect to Upstart" error
message from initctl if upstart is installed, but not the current init
system. (LP: #1440070)
* openssh-server.postinst: Fix version comparisons of upgrade adjustments
to not apply to fresh installs.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 02dc9be98..d15fe4934 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,13 @@ | |||
1 | openssh (1:6.7p1-6) UNRELEASED; urgency=medium | ||
2 | |||
3 | * openssh-server.postinst: Quiesce "Unable to connect to Upstart" error | ||
4 | message from initctl if upstart is installed, but not the current init | ||
5 | system. (LP: #1440070) | ||
6 | * openssh-server.postinst: Fix version comparisons of upgrade adjustments | ||
7 | to not apply to fresh installs. | ||
8 | |||
9 | -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 09 Apr 2015 09:20:36 +0200 | ||
10 | |||
1 | openssh (1:6.7p1-5) unstable; urgency=medium | 11 | openssh (1:6.7p1-5) unstable; urgency=medium |
2 | 12 | ||
3 | * Revert change from previous upload, which causes far more trouble than | 13 | * Revert change from previous upload, which causes far more trouble than |