[or-cvs] r19997: {torflow} Make cron script run every hour if people just cut+paste the (torflow/trunk/NetworkScanners/BwAuthority)

mikeperry at seul.org mikeperry at seul.org
Tue Jul 14 03:53:44 UTC 2009


Author: mikeperry
Date: 2009-07-13 23:53:44 -0400 (Mon, 13 Jul 2009)
New Revision: 19997

Modified:
   torflow/trunk/NetworkScanners/BwAuthority/README.BwAuthorities
Log:

Make cron script run every hour if people just cut+paste the
line.



Modified: torflow/trunk/NetworkScanners/BwAuthority/README.BwAuthorities
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/README.BwAuthorities	2009-07-14 03:29:28 UTC (rev 19996)
+++ torflow/trunk/NetworkScanners/BwAuthority/README.BwAuthorities	2009-07-14 03:53:44 UTC (rev 19997)
@@ -111,7 +111,7 @@
 Ideally a cron job would aggregate the results and provide them to your
 directory authority at least every four hours, but more often is better:
 
-# echo "45 0-23/4 * * * $HOME/code/torflow-trunk/NetworkScanners/BwAuthority/cron.sh" | crontab
+# echo "45 0-23 * * * $HOME/code/torflow-trunk/NetworkScanners/BwAuthority/cron.sh" | crontab
 
 Note that authorities vote every hour starting at 50 past the hour.
 Hence the 45 to give us time to gather the results and copy them over.



More information about the tor-commits mailing list