Subject: CVS commit: pkgsrc/net/gofish
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/20/2007 17:46:03
Module Name: pkgsrc
Committed By: jlam
Date: Wed Jun 20 17:46:03 UTC 2007
Modified Files:
pkgsrc/net/gofish: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/net/gofish/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.