[or-cvs] r15890: Update the doc to reflect the real cronjob. (projects/gettor)

ioerror at seul.org ioerror at seul.org
Mon Jul 14 04:07:06 UTC 2008


Author: ioerror
Date: 2008-07-14 00:07:06 -0400 (Mon, 14 Jul 2008)
New Revision: 15890

Modified:
   projects/gettor/gettor.py
Log:
Update the doc to reflect the real cronjob.


Modified: projects/gettor/gettor.py
===================================================================
--- projects/gettor/gettor.py	2008-07-14 04:00:29 UTC (rev 15889)
+++ projects/gettor/gettor.py	2008-07-14 04:07:06 UTC (rev 15890)
@@ -36,7 +36,7 @@
  To clean out the blacklist on a daily basis, install the following cronjob:
 
      # m h  dom mon dow   command
-     * 1 * * * /bin/rm -rf /var/lib/gettor/bl/*
+     1 1 * * * /bin/rm -rf /var/lib/gettor/bl/*
 
 """
 



More information about the tor-commits mailing list