[or-cvs] r15893: Added a bit of documentation on the directory gettor expects (projects/gettor)

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


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

Modified:
   projects/gettor/gettor.py
Log:
Added a bit of documentation on the directory gettor expects.


Modified: projects/gettor/gettor.py
===================================================================
--- projects/gettor/gettor.py	2008-07-14 04:43:46 UTC (rev 15892)
+++ projects/gettor/gettor.py	2008-07-14 04:45:07 UTC (rev 15893)
@@ -32,16 +32,18 @@
  negatives. This isn't perfect but it is designed to be lightweight. It could 
  be fixed easily with a shared locking system but this isn't implemented yet.
 
-
  To clean out the blacklist on a daily basis, install the following cronjob:
 
      # m h  dom mon dow   command
      1 1 * * * /bin/rm -rf /var/lib/gettor/bl/*
 
+ You'll probably want a directory structure like this owned by uid/gid 'gettor':
+    /var/lib/gettor/{bl,pkg}
+
 """
 
 __program__ = 'gettor.py'
-__version__ = '20080714.00'
+__version__ = '20080714.01'
 __url__ = 'https://tor-svn.freehaven.net/svn/tor/trunk/contrib/gettor/'
 __author__ = 'Jacob Appelbaum <jacob at appelbaum.net>'
 __copyright__ = 'Copyright (c) 2008, Jacob Appelbaum'



More information about the tor-commits mailing list