pkgsrc/net/gofish
jlam 86433a6e5d gofish doesn't actually need any hardcoded uids or gids, as the gofish
daemon will do a lookup using getpwnam() to derive the correct uid/gid
of the gopher/gofish user.  As such, make the following changes:

(1) Remove GOPHER_{UID,GID}.
(2) Allow GOPHER_{USER,GROUP} to be user-settable.
(3) Correctly substitute for the gopher user, not the uid and gid, in
    the example gofish.conf.
(4) Use the subst framework instead of rolling our own code.

Bump the PKGREVISION to 2.

This should allow this package to be built in the bulk builds.
2007-06-20 17:46:03 +00:00
..
files
patches Fix CHECK_FILES installation. Patch from Emil Skoeldberg. 2005-11-11 21:14:50 +00:00
DESCR
distinfo Fix CHECK_FILES installation. Patch from Emil Skoeldberg. 2005-11-11 21:14:50 +00:00
Makefile gofish doesn't actually need any hardcoded uids or gids, as the gofish 2007-06-20 17:46:03 +00:00
PLIST