[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. debian/4.1.0-1-32-g2c50302

Andrew Pollock apollock at debian.org
Mon Aug 31 04:52:44 UTC 2009


The following commit has been merged in the master branch:
commit 2c50302ed1e2a38a849d25b1dde2c81f8649e7d7
Author: Andrew Pollock <apollock at debian.org>
Date:   Sun Aug 30 21:40:24 2009 -0700

    Move the -e from the shebang line to an explicit set -e

diff --git a/debian/isc-dhcp-client.postinst b/debian/isc-dhcp-client.postinst
index a408a5a..48dc6f3 100644
--- a/debian/isc-dhcp-client.postinst
+++ b/debian/isc-dhcp-client.postinst
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 #
 #
 
+set -e
+
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
diff --git a/debian/isc-dhcp-relay.postinst b/debian/isc-dhcp-relay.postinst
index 1c6970e..ad85e28 100644
--- a/debian/isc-dhcp-relay.postinst
+++ b/debian/isc-dhcp-relay.postinst
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 #
 #
 
+set -e
+
 case "$1" in
 	configure)
 		# continue below

-- 
ISC DHCP packaging for Debian



More information about the pkg-dhcp-commits mailing list