Package: update-inetd
Version: 4.27-0.1
Severity: serious
The following messages are outputted:
[: 9: ==: unexpected operator
--- update-inetd-4.27.orig/debian/postinst
+++ update-inetd-4.27/debianpostinst
@@ -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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]