]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Use set -e instead of #!/bin/sh -e in maintainer scripts
authorRuss Allbery <rra@debian.org>
Thu, 12 Feb 2009 20:32:57 +0000 (12:32 -0800)
committerRuss Allbery <rra@debian.org>
Thu, 12 Feb 2009 20:32:57 +0000 (12:32 -0800)
debian/changelog
debian/openafs-client.config
debian/openafs-fileserver.config

index 88d94c8d5d4bbbe30804d3e343bc7ea650464ce0..15f29d964ac0e63bca790e88baa9986dd0ba9904 100644 (file)
@@ -34,6 +34,7 @@ openafs (1.4.8.dfsg1-1) UNRELEASED; urgency=low
     addition to ntp, allowing for openntpd.  (Closes: #508258)
   * Add ${misc:Depends} to all dependencies.
   * Add explanations for the Lintian overrides.
+  * Use set -e instead of #!/bin/sh -e in maintainer scripts.
   * Translation updates:
     - Spanish, thanks Francisco Javier Cuadrado.  (Closes: #514452)
 
index 0781a7eb8527807e89a3559df7208b82bd9c7a5d..8c100163aa244721533744060362286a6da712d9 100644 (file)
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 . /usr/share/debconf/confmodule || exit
 
index 524c4c37ae283522bdc4a6aaa19ec193168ac1ea..ed7300727ddd52311d6dc754c8e26fd88b6f2571 100644 (file)
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 . /usr/share/debconf/confmodule || exit