summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-06-13 14:00:21 +0100
committerColin Watson <cjwatson@debian.org>2013-06-13 14:00:21 +0100
commited1b8fa3b2e14f180b43e6cf3a5896f16e421031 (patch)
tree57a1acbc5305d8a25f9f63e46dd1a38eb4675218 /debian/changelog
parent074489e1e6e97c75d87750035dbaf8c693e9736e (diff)
Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts and
ssh-argv0.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ab444385..689f4d420 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ openssh (1:6.2p2-5) UNRELEASED; urgency=low
2 2
3 * Document consequences of ssh-agent being setgid in ssh-agent(1); see 3 * Document consequences of ssh-agent being setgid in ssh-agent(1); see
4 #711623. 4 #711623.
5 * Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts and
6 ssh-argv0.
5 7
6 -- Colin Watson <cjwatson@debian.org> Sat, 08 Jun 2013 22:12:27 +0100 8 -- Colin Watson <cjwatson@debian.org> Sat, 08 Jun 2013 22:12:27 +0100
7 9