pkgsrc/databases/gnats/MESSAGE

18 lines
807 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.4 2003/05/06 17:40:43 jmmv Exp $
See http://sourceware.cygnus.com/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: "| /usr/pkg/libexec/gnats/queue-pr -q"
query-pr: "| /usr/pkg/libexec/gnats/mail-query"
===========================================================================