===========================================================================
$NetBSD: MESSAGE,v 1.7 2005/08/27 22:24:02 recht Exp $

See http://www.gnu.org/software/gnats/ for the official web page
and don't forget to run /usr/pkg/libexec/gnats/mkdb default
as user gnats to create the default database.

Add the following line to /etc/inetd.conf to activate GNATS:
    support stream tcp nowait gnats /usr/pkg/libexec/gnats/gnatsd gnatsd

Add something like this into the crontab to process incoming bug reports:
    */5 * * * * /usr/pkg/libexec/gnats/queue-pr -r

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

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