summaryrefslogtreecommitdiff
path: root/databases/gnats/MESSAGE
blob: a608b23182cbfe0fdac9b9c1bd8cb509eb505cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$NetBSD: MESSAGE,v 1.6 2004/11/10 21:34:46 soren Exp $

See http://www.gnu.org/software/gnats/ for the official web page
and don't forget to run ${PREFIX}/libexec/gnats/mkcat as gnats.

Add the following line to /etc/inetd.conf to activate GNATS:
    support stream tcp nowait gnats ${PREFIX}/libexec/gnats/gnatsd gnatsd

Add something like this into the crontab to process incoming bug reports:
    */5 * * * * ${PREFIX}/libexec/gnats/queue-pr -r

To accept PRs by mail you'll need some new mail aliases too, e.g.
	gnats-admin:    postmaster
	bugs:           "| ${PREFIX}/libexec/gnats/queue-pr -q"
	query-pr:       "| ${PREFIX}/libexec/gnats/mail-query"

===========================================================================