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

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Sun Oct 29 09:58:28 CET 2006


Update of /cvsroot/popcon/popularity-contest/debian
In directory alioth:/tmp/cvs-serv32533/debian

Modified Files:
	postinst 
Log Message:
   * Fix typo in postinst preseeding code (SUBMITRULS -> SUBMITURLS).
   * Medium urgency to get this fix quickly into etch.

Index: postinst
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/postinst,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- postinst	4 Sep 2006 16:42:51 -0000	1.18
+++ postinst	29 Oct 2006 08:58:26 -0000	1.19
@@ -55,7 +55,7 @@
 	# preseeding is only allowed on first time install
 	db_get popularity-contest/submiturls || true
 	if [ -n "$RET" ] ; then
-	    echo "SUBMITRULS=\"$RET\"" >> $conffile
+	    echo "SUBMITURLS=\"$RET\"" >> $conffile
 	fi
 
 	# Make sure user nobody can read the file.




More information about the Popcon-commits mailing list