tag 472236 patch
thanks

Attached is a patch fixing the bashisms.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
diff -urN portmap-6.0.orig/debian/postinst portmap-6.0/debian/postinst
--- portmap-6.0.orig/debian/postinst	2008-04-06 13:39:41.000000000 -0500
+++ portmap-6.0/debian/postinst	2008-04-06 13:40:24.000000000 -0500
@@ -21,7 +21,7 @@
 if [ -e "$CONFFILE" ]; then
 	sed -i -e 's/ARGS/OPTIONS/g' "$CONFFILE"
 else
-	echo -e "# By default, listen only on the loopback interface\nOPTIONS=\"-i 127.0.0.1\"" > "$CONFFILE"
+	printf "# By default, listen only on the loopback interface\nOPTIONS=\"-i 127.0.0.1\"\n" > "$CONFFILE"
 fi
 
 # Keep track of changes to the portmapper

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to