[Popcon-commits] cvs commit to popularity-contest/debian by ballombe

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Tue, 13 Apr 2004 10:51:04 -0600


Update of /cvsroot/popcon/popularity-contest/debian
In directory haydn:/tmp/cvs-serv6336/debian

Modified Files:
	postinst 
Log Message:
Fix typo that prevent MY_HOSTID to beupdated when it is equal to
EMPTYID.


Index: postinst
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/postinst,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- postinst	20 Mar 2004 08:26:28 -0000	1.9
+++ postinst	13 Apr 2004 16:51:02 -0000	1.10
@@ -84,7 +84,7 @@
 		s/^\(MAILTO=\"erich-survey@debian.org\"\)$/#\1/;    \
 		s/^\(MAILTO=\"apenwarr-survey@debian.org\"\)$/#\1/; \
 		s/^\(MAILTO=\"survey@popcon.debian.org\"\)$/#\1/;   \
-		s/^MY_HOSTID="\\?$EMPTYID"\\?/MY_HOSTID=\"$MY_HOSTID\"/; \
+		s/^MY_HOSTID=\"\\?$EMPTYID\"\\?/MY_HOSTID=\"$MY_HOSTID\"/; \
 		"
 
 	    if sed "$sedopts" < $conffile > $conffile.new &&