openbsd-ports/databases/gnats/files
sturm 834678b88f fix postinstall instructions
from dir21 at cam.ac.uk via pr 4528
2005-10-01 14:49:11 +00:00
..
README.OpenBSD fix postinstall instructions 2005-10-01 14:49:11 +00:00

Post-installation
-----------------

1. Add the following to /etc/services:

support         1529/tcp                # GNATS

2. Add the following to /etc/inetd.conf and HUP inetd:

support         stream  tcp     nowait  _gnats	y0y0y0/libexec/gnats/gnatsd	gnatsd

3. Edit the config files in y0y0y0/share/gnats/gnats-db/gnats-adm
   (see the GNATS info documentation, HTML'ized at
    http://sunsite.ualberta.ca/Documentation/Gnu/gnats-3.113/)
   to your liking, then run (as root):

	su -m _gnats -c 'y0y0y0/libexec/gnats/mkcat --directory=y0y0y0/share/gnats/gnats-db'

4. As root, do

	crontab -e -u _gnats

   and add the following entry:

0,10,20,30,40,50 * * * * y0y0y0/libexec/gnats/queue-pr --run

5. Add the following lines to /etc/mail/aliases and run 'newaliases':

# GNATS support
gnats-admin: root
bugs:   "|y0y0y0/libexec/gnats/queue-pr -q"
monkey-gnats: bugs

   where 'monkey' is replaced with the configured value of GNATS_SITE in
   y0y0y0/share/gnats/gnats-db/gnats-adm/config.

6. If you want to run gnatsweb, add

127.0.0.1:view:

to y0y0y0/share/gnats/gnats-db/gnats-adm/gnatsd.access. You may
increase privileges for all users of gnatsweb by changing 'view' to
'edit', or for individual users by adding rules to
y0y0y0/share/gnats/gnats-db/gnats-adm/gnatsd.access.

Post-deinstallation
-------------------

Reverse all of the above! :-)