mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
20 lines
877 B
Plaintext
20 lines
877 B
Plaintext
===========================================================================
|
|
$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 ${PREFIX}/libexec/gnats/mkdb default
|
|
as user ${GNATS_USER} to create the default database.
|
|
|
|
Add the following line to /etc/inetd.conf to activate GNATS:
|
|
${GNATS_SERVICE} stream tcp nowait ${GNATS_USER} ${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"
|
|
|
|
===========================================================================
|