53682691cc
GNATS was designed as a tool for software maintainers. It consists of several utilities which, when used in concert, formulate and administer a database of Problem Reports grouped by site-defined problem categories. It allows a support organization to keep track of problems (hence the term Problem Report) in an organized fashion. Essentially, GNATS acts as an active archive for field-separated textual data.
18 lines
813 B
Text
18 lines
813 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/03/06 18:33:22 recht Exp $
|
|
|
|
See http://www.gnu.org/software/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: "| ${PREFIX}/libexec/gnats/queue-pr -q"
|
|
query-pr: "| ${PREFIX}/libexec/gnats/mail-query"
|
|
|
|
===========================================================================
|