Hi,

as discussed with Marco, I'm NMUing and attaching the respective patch.

bye,
  Roland
diff -ruN update-inetd-4.27.orig/debian/changelog update-inetd-4.27/debian/changelog
--- update-inetd-4.27.orig/debian/changelog	2006-11-12 13:55:03.000000000 +0100
+++ update-inetd-4.27/debian/changelog	2006-11-12 18:58:46.000000000 +0100
@@ -1,3 +1,10 @@
+update-inetd (4.27-0.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Fixes bashism in postinst (Closes: #398230)
+
+ -- Roland Stigge <[EMAIL PROTECTED]>  Sun, 12 Nov 2006 18:57:58 +0100
+
 update-inetd (4.27-0.1) unstable; urgency=low
 
   * Non-maintainer upload
diff -ruN update-inetd-4.27.orig/debian/postinst update-inetd-4.27/debian/postinst
--- update-inetd-4.27.orig/debian/postinst	2006-11-12 13:54:45.000000000 +0100
+++ update-inetd-4.27/debian/postinst	2006-11-12 18:59:10.000000000 +0100
@@ -3,7 +3,7 @@
 # Abort if any command returns an error value
 set -e
 
-if [ "$1" == "configure" -o "$1" == "reconfigure" ] ; then
+if [ "$1" = "configure" -o "$1" = "reconfigure" ] ; then
 	. /usr/share/debconf/confmodule
 	db_capb
 fi

Reply via email to