Node:queue-pr, Next:file-pr, Up:Internal utils
The program queue-pr
handles traffic coming into GNATS.
queue-pr
queues incoming Problem Reports in the
gnats-queue
directory of the database, and then periodically (via
cron
) passes them on to file-pr
to be filed in the
GNATS database. See Installing GNATS.
The usage for queue-pr
is as follows:
queue-pr [ -q | --queue ] [ -r | --run ] [ -f filename | --file=filename ] [ -m kbytes | --max-size=kbytes ] [ -d databasename | --database=databasename ] [ -h | --help] [ -V | --version ]
One of -q
or -r
(or their longer-named counterparts) must
be present upon each call to queue-pr
. These options provide
different functions, as described below.
-q
--queue
gnats-queue
directory under the database directory
(see Where GNATS lives).
-r
--run
gnats-queue
directory into the program
file-pr
one by one.
-f filename
--file=filename
-q
(or --queue
), accepts the file denoted by
filename as input rather than reading from standard input.
-m kbytes
--max-size=kbytes
-d databasename
--directory=databasename
default
).
-h
--help
gen-index
.
-V
--version
gen-index
.