2001-11-11 07:17:26 +01:00
|
|
|
===========================================================================
|
2005-08-28 00:24:02 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.7 2005/08/27 22:24:02 recht Exp $
|
2001-11-11 07:17:26 +01:00
|
|
|
|
2004-11-10 22:34:46 +01:00
|
|
|
See http://www.gnu.org/software/gnats/ for the official web page
|
2005-08-28 00:24:02 +02:00
|
|
|
and don't forget to run ${PREFIX}/libexec/gnats/mkdb default
|
|
|
|
as user ${GNATS_USER} to create the default database.
|
2001-10-11 13:42:26 +02:00
|
|
|
|
|
|
|
Add the following line to /etc/inetd.conf to activate GNATS:
|
2005-08-28 00:24:02 +02:00
|
|
|
${GNATS_SERVICE} stream tcp nowait ${GNATS_USER} ${PREFIX}/libexec/gnats/gnatsd gnatsd
|
2001-10-11 13:42:26 +02:00
|
|
|
|
|
|
|
Add something like this into the crontab to process incoming bug reports:
|
|
|
|
*/5 * * * * ${PREFIX}/libexec/gnats/queue-pr -r
|
2001-11-11 07:17:26 +01:00
|
|
|
|
2003-05-06 19:40:18 +02:00
|
|
|
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
|
2003-05-31 00:14:28 +02:00
|
|
|
bugs: "| ${PREFIX}/libexec/gnats/queue-pr -q"
|
|
|
|
query-pr: "| ${PREFIX}/libexec/gnats/mail-query"
|
2003-04-27 17:53:07 +02:00
|
|
|
|
2001-11-11 07:17:26 +01:00
|
|
|
===========================================================================
|