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

popcon-commits at lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Mon Jul 4 17:08:59 UTC 2005


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

Modified Files:
	cron.weekly 
Log Message:
Drop redundant 'popcon' from syslog message.


Index: cron.weekly
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/cron.weekly,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cron.weekly	4 Jul 2005 17:01:36 -0000	1.7
+++ cron.weekly	4 Jul 2005 17:08:57 -0000	1.8
@@ -61,7 +61,7 @@
 	cat $POPCON
     ) | do_sendmail
 else
-	logger -t popcon "Unable to submit popcon report using sendmail."
+	logger -t popcon "unable to submit report using sendmail."
 fi
 
 # try to post the report through http POST
@@ -70,6 +70,6 @@
 	    -u $SUBMITURL -f $POPCON 2>/dev/null ; then
 		:
 	else
-		logger -t popcon "Unable to submit popcon report using HTTP."
+		logger -t popcon "unable to submit report using HTTP."
 	fi
 fi





More information about the Popcon-commits mailing list