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

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Mon Sep 4 16:47:53 UTC 2006


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

Modified Files:
	changelog cron.weekly 
Log Message:
Remove double quotes around  to allow users to request a copy of the reports submitted using email.  (Closes: #326593)

Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -d -r1.312 -r1.313
--- changelog	4 Sep 2006 16:42:51 -0000	1.312
+++ changelog	4 Sep 2006 16:47:51 -0000	1.313
@@ -34,6 +34,8 @@
     Build-Depends-Indep, to keep lintian happy.
   * Add hidden debconf question popularity-contest/submiturls to
     support preseeding to the submission URL. (Closes: #384144)
+  * Remove double quotes around $MAILTO to allow users to request a
+    copy of the reports submitted using email.  (Closes: #326593)
   * Translations
     - Updated Italian (it) by Davide Viti.
     - Updated Tagalog (tl) by Eric Pareja.

Index: cron.weekly
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/cron.weekly,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- cron.weekly	13 Nov 2005 22:26:22 -0000	1.16
+++ cron.weekly	4 Sep 2006 16:47:51 -0000	1.17
@@ -37,9 +37,9 @@
 do_sendmail()
 {
 	if [ -n "$MAILFROM" ]; then
-		sendmail -oi -f "$MAILFROM" "$MAILTO"
+		sendmail -oi -f "$MAILFROM" $MAILTO
 	else
-		sendmail -oi "$MAILTO"
+		sendmail -oi $MAILTO
 	fi
 }
 




More information about the Popcon-commits mailing list