diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-19 21:07:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-19 21:07:42 +0000 |
commit | b21026e1815c55e54c20c6763cfb4ba18a70027a (patch) | |
tree | 84e454a46c4fa9d0ccfd170bdae07ea15ae14e35 /mail/cucipop/MESSAGE | |
parent | 059b31c9f641dcef3e42db9ce3ea8864cc240455 (diff) | |
download | pkgsrc-b21026e1815c55e54c20c6763cfb4ba18a70027a.tar.gz |
* 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.
Diffstat (limited to 'mail/cucipop/MESSAGE')
-rw-r--r-- | mail/cucipop/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/cucipop/MESSAGE b/mail/cucipop/MESSAGE index 7ae2e915b2b..6f5b2dca36c 100644 --- a/mail/cucipop/MESSAGE +++ b/mail/cucipop/MESSAGE @@ -1,15 +1,15 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2002/09/29 15:16:22 grant Exp $ +$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 ${LOCALBASE}/sbin/cucipop cucipop -Y + pop3 stream tcp nowait root ${PREFIX}/sbin/cucipop cucipop -Y And for IPv6: - pop3 stream tcp6 nowait root ${LOCALBASE}/sbin/cucipop cucipop -Y + pop3 stream tcp6 nowait root ${PREFIX}/sbin/cucipop cucipop -Y =========================================================================== |