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

ballombe at cvs.alioth.debian.org ballombe at cvs.alioth.debian.org
Fri Jun 15 20:10:13 UTC 2007


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

Modified Files:
	popularity-contest 
Log Message:
Change regexp used to find files with relevant atime to handle php.
[Untested!]


Index: popularity-contest
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popularity-contest,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- popularity-contest	8 Oct 2006 20:17:59 -0000	1.17
+++ popularity-contest	15 Jun 2007 20:10:11 -0000	1.18
@@ -83,7 +83,7 @@
   while (<FILES>)
   {
     chop;
-    m{/bin/|/sbin/|^/usr/games/|\.[ah]$|\.pm|^/boot/System\.map-} or next;
+    m{/bin/|/sbin/|^/usr/games/|\.[ah]$|\.pm|\.php|^/boot/System\.map-} or next;
     -f $_ or next;
     my($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
                       $atime,$mtime,$ctime,$blksize,$blocks)




More information about the Popcon-commits mailing list