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

ballombe at cvs.alioth.debian.org ballombe at cvs.alioth.debian.org
Tue Jun 19 15:06:23 UTC 2007


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

Modified Files:
	changelog cron.weekly 
Log Message:
cron.weekly: remove spurious 'sh -c' in run_popcon() 


Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -d -r1.369 -r1.370
--- changelog	15 Jun 2007 20:22:54 -0000	1.369
+++ changelog	19 Jun 2007 15:06:21 -0000	1.370
@@ -7,8 +7,9 @@
   [ Bill Allombert ]
   * Remove popcon-upload-ubuntu and popcon-submit-ubuntu.cgi, dropped by Ubuntu.
   * Change regexp used to find files with relevant atime to handle php.
+  * cron.weekly: remove spurious 'sh -c' in run_popcon()
 
- -- Bill Allombert <ballombe at debian.org>  Fri, 15 Jun 2007 20:37:54 +0200
+ -- Bill Allombert <ballombe at debian.org>  Tue, 19 Jun 2007 17:04:48 +0200
 
 popularity-contest (1.42) unstable; urgency=low
 

Index: cron.weekly
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/cron.weekly,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cron.weekly	17 Mar 2007 18:15:55 -0000	1.19
+++ cron.weekly	19 Jun 2007 15:06:21 -0000	1.20
@@ -30,7 +30,7 @@
 
 run_popcon()
 {
-	su -c "sh -c /usr/sbin/popularity-contest" nobody
+	su -c "/usr/sbin/popularity-contest" nobody
 }
 
 do_sendmail()




More information about the Popcon-commits mailing list