[Popcon-commits] cvs commit to popularity-contest/debian by pere
popcon-commits at lists.alioth.debian.org
popcon-commits@lists.alioth.debian.org
Tue Jul 5 13:46:59 UTC 2005
Update of /cvsroot/popcon/popularity-contest/debian
In directory haydn:/tmp/cvs-serv6469
Modified Files:
cron.weekly
Log Message:
Use full package name in syslog messages, to avoid confusing people
unfamiliar with the short form.
Index: cron.weekly
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/cron.weekly,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cron.weekly 5 Jul 2005 12:02:37 -0000 1.12
+++ cron.weekly 5 Jul 2005 13:46:56 -0000 1.13
@@ -55,7 +55,7 @@
-u $SUBMITURL -f $POPCON 2>/dev/null ; then
SUBMITTED=yes
else
- logger -t popcon "unable to submit report using http."
+ logger -t popularity-contest "unable to submit report using http."
fi
fi
@@ -101,10 +101,10 @@
fi
SUBMITTED=yes
else
- logger -t popcon "unable to submit report using sendmail."
+ logger -t popularity-contest "unable to submit report using sendmail."
fi
fi
if [ "yes" != "$SUBMITTED" ] ; then
- logger -t popcon "unable to submit report."
+ logger -t popularity-contest "unable to submit report."
fi
More information about the Popcon-commits
mailing list