diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
commit | 0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch) | |
tree | 4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /databases/gnats/DESCR | |
parent | 380b33c5710509b50346db575cddab2e83c39c2d (diff) | |
download | pkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'databases/gnats/DESCR')
-rw-r--r-- | databases/gnats/DESCR | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/gnats/DESCR b/databases/gnats/DESCR new file mode 100644 index 00000000000..f342f8c6ba0 --- /dev/null +++ b/databases/gnats/DESCR @@ -0,0 +1,24 @@ + GNATS - GNU Problem Report Management System + +This directory contains GNATS, a problem tracking system written to +help report on, and track, problem reports or bugs. GNATS is currently +in use at Cygnus to help track all incoming bug reports. There are +many concepts or approaches to GNATS which are only useful to +organizations which track bugs related by customers as well as by bug +type. + +You will want to add a user entry to your /etc/passwd file for the user-id +that owns gnats-related databases on your server. Something of the form: + + gnats:*:61:61:GNATS database owner:/usr/pkg/share/gnats/gnats-db:/bin/sh + +should do just fine (put it in your ftpusers file!). Then add the following +line to /etc/inetd.conf and restart inetd: + + support stream tcp nowait gnats /usr/pkg/libexec/gnats/gnatsd gnatsd + +Add something like this into the crontab to process incoming bug reports: + + */5 * * * * /usr/pkg/libexec/gnats/queue-pr -r + +Don't forget to run /usr/pkg/libexec/gnats/mkcat as gnats. |