summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-12 12:16:35 +0000
committerColin Watson <cjwatson@debian.org>2014-02-12 12:16:40 +0000
commita7ab96dac4597c0c34ffe22a5d92a83a2e579edf (patch)
treed97cf8c0ac45d3388ce848bab804729f66e70560 /debian/changelog
parent0cf4774e31e0a190a2399591a99f6a05c948f268 (diff)
Remove unnecessary /dev/null tests
Remove tests for whether /dev/null is a character device from the Upstart job and the systemd service files; it's there to avoid a confusing failure mode in daemon(), but with modern init systems we use the -D option to suppress daemonisation anyway.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cb6f489d7..a4af41d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,10 @@ openssh (1:6.5p1-3) UNRELEASED; urgency=medium
10 and Michael Biebl). 10 and Michael Biebl).
11 * Bump guard version for sysvinit->systemd transition to 1:6.5p1-3; we may 11 * Bump guard version for sysvinit->systemd transition to 1:6.5p1-3; we may
12 have got it wrong before, and it's fairly harmless to repeat it. 12 have got it wrong before, and it's fairly harmless to repeat it.
13 * Remove tests for whether /dev/null is a character device from the
14 Upstart job and the systemd service files; it's there to avoid a
15 confusing failure mode in daemon(), but with modern init systems we use
16 the -D option to suppress daemonisation anyway.
13 17
14 -- Colin Watson <cjwatson@debian.org> Tue, 11 Feb 2014 21:36:14 +0000 18 -- Colin Watson <cjwatson@debian.org> Tue, 11 Feb 2014 21:36:14 +0000
15 19