diff options
author | recht <recht@pkgsrc.org> | 2005-08-27 22:24:02 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-08-27 22:24:02 +0000 |
commit | a043abe05fd581acae79ec555f86a76989be8380 (patch) | |
tree | 5885fd217824bc7c38a6ddce0cab39143d79b8b7 /databases/gnats/MESSAGE | |
parent | 99b96f73447baf9fe565d4c215581bbafab0b9e1 (diff) | |
download | pkgsrc-a043abe05fd581acae79ec555f86a76989be8380.tar.gz |
Update to gnats 4.1.0.
Make a overhaul of the package and bring it closer to pkgsrc standards.
Addresses PR 26174 by Hauke Fath.
changes:
This is GNATS 4.1.0, a release that incorporates multiple bug fixes
and enhancements that have been committed to CVS since the release of
GNATS 4.0. Notable enhancements include:
- Upgrade to autoconf 2.59 generated configure scripts.
- New PR numbers are reported to the client upon new submissions
- Rewrite of install-sid. Now, rather than editing send-pr, which can
be installed on a read-only partition, install-sid creates or edits
user or site configuration files ~/.send-pr.conf or
/etc/gnats/send-pr.conf.
- Removal of libiberty, old manpages, and old build framework cruft
- Performance enhancements to indexing code
- Various cleanups and bugfixes. See the ChangeLog files for details.
Diffstat (limited to 'databases/gnats/MESSAGE')
-rw-r--r-- | databases/gnats/MESSAGE | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/gnats/MESSAGE b/databases/gnats/MESSAGE index a608b23182c..7358a092d31 100644 --- a/databases/gnats/MESSAGE +++ b/databases/gnats/MESSAGE @@ -1,11 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2004/11/10 21:34:46 soren Exp $ +$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/mkcat as gnats. +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: - support stream tcp nowait gnats ${PREFIX}/libexec/gnats/gnatsd gnatsd + ${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 |