pkgsrc/mail/cucipop/MESSAGE
jlam 73485778a7 * makevpopdb(8) does not need to be setgid anything. It is supposed to be
run as "root".

* Remove unnecessary passing of ROOT_USER and ROOT_GROUP to the
  distribution Makefile.  Instead, we simply use BSD_INSTALL_* macros
  to do the installation and use SPECIAL_PERMS to clean up and special
  permissions after the fact.

* Add a TODO section to the package Makefile that highlights the things
  that need to be done to fix this package.

* Fix MESSAGE to refer to ${PREFIX}, not ${LOCALBASE}, for the location
  of the installed files.

Bump PKGREVISION to 3 due to change in permissions for makevpopdb.
2007-06-19 21:07:42 +00:00

15 lines
509 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.4 2007/06/19 21:07:42 jlam Exp $
Please note that this package includes shareware software.
In order to enable the POP service, you should add the following
line to your /etc/inetd.conf:
pop3 stream tcp nowait root ${PREFIX}/sbin/cucipop cucipop -Y
And for IPv6:
pop3 stream tcp6 nowait root ${PREFIX}/sbin/cucipop cucipop -Y
===========================================================================