pkgsrc/databases/gnats/MESSAGE

19 lines
808 B
Text
Raw Normal View History

===========================================================================
$NetBSD: MESSAGE,v 1.5 2003/05/30 22:14:29 seb 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.
2003-04-27 17:53:07 +02:00
gnats-admin: postmaster
bugs: "| ${PREFIX}/libexec/gnats/queue-pr -q"
query-pr: "| ${PREFIX}/libexec/gnats/mail-query"
2003-04-27 17:53:07 +02:00
===========================================================================