lockfile documentation

This commit is contained in:
Ward Wouts 2003-05-24 12:09:18 +00:00
parent aafbe20872
commit b1b1e431da
2 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,11 @@
# $Dwarf: CHANGELOG,v 1.21 2003/04/27 22:28:59 ward Exp $ # $Dwarf: CHANGELOG,v 1.22 2003/04/28 14:36:19 ward Exp $
# $Source$ # $Source$
from 0.2.1 to 0.2.2
- improve output layout
- show running time
- PID lockfile implementation
from 0.2.0 to 0.2.1 from 0.2.0 to 0.2.1
- fail gracefully at a lack of configuration - fail gracefully at a lack of configuration
- fail gracefully if tempdir doesn't exist or isn't writable - fail gracefully if tempdir doesn't exist or isn't writable

View file

@ -1,4 +1,4 @@
# $Dwarf: README,v 1.7 2003/04/27 22:28:59 ward Exp $ # $Dwarf: README,v 1.8 2003/04/28 14:36:19 ward Exp $
# $Source$ # $Source$
Ripnews is a bulk downloader for usenet. It's quite flexible in terms of Ripnews is a bulk downloader for usenet. It's quite flexible in terms of
@ -23,6 +23,10 @@ NNTPSERVER=localhost
# without this ripnews will be much slower (but should still work) # without this ripnews will be much slower (but should still work)
CACHEDIR=/mnt/newspace/News/.ripnews_caches CACHEDIR=/mnt/newspace/News/.ripnews_caches
# PID lockfile, prevents multiple ripnews processes from running at the
# same time
LOCKFILE=/local/newspace/News/.ripnewslock
# Set the datadir, this where a subdir for each group will be made to # Set the datadir, this where a subdir for each group will be made to
# store the ripped articles # store the ripped articles
DATADIR=/mnt/newspace/News DATADIR=/mnt/newspace/News