lockfile documentation
This commit is contained in:
parent
aafbe20872
commit
b1b1e431da
2 changed files with 11 additions and 2 deletions
|
|
@ -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$
|
||||
|
||||
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
|
||||
- fail gracefully at a lack of configuration
|
||||
- fail gracefully if tempdir doesn't exist or isn't writable
|
||||
|
|
|
|||
|
|
@ -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$
|
||||
|
||||
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)
|
||||
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
|
||||
# store the ripped articles
|
||||
DATADIR=/mnt/newspace/News
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue