bagder: curl-www/auto update.pl,1.2,1.3
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv16126
Modified Files:
update.pl
Log Message:
save 15 days of logs
Index: update.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/update.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- update.pl 20 Oct 2006 09:19:50 -0000 1.2
+++ update.pl 26 Apr 2008 21:07:18 -0000 1.3
@@ -43,7 +43,7 @@
if($new) {
# first remove oldies
- system('find inbox -mtime +10 -exec rm {} \;');
+ system('find inbox -mtime +15 -exec rm {} \;');
# build md5 checksum file
system("md5sum inbox/inbox* > md5");