diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-06-22 18:24:51 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-06-22 18:24:51 +0000 |
commit | 3add58a3d71c4e320ea9871c9bb010e8f90de867 (patch) | |
tree | 41b70f74b04ddfd255850f4ccf0e492df6d9f590 /mail/popper/files/patch-aa | |
parent | Handle the `distribute' target. (diff) |
Add scripts/pre-install to request POP userid creation.
Move pop.auth database to ${PREFIX}/etc/popper/pop.auth so that it
(a) does not conflict with MH's pop3 database of same name, and (b)
so that ${PREFIX}/etc/popper directory can be owned by pop uid so
that popauth -init always works.
This should cover the last nits regarding this port.
Requested by: asami
Notes
Notes:
svn path=/head/; revision=3269
Diffstat (limited to 'mail/popper/files/patch-aa')
-rw-r--r-- | mail/popper/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popper/files/patch-aa b/mail/popper/files/patch-aa index c44898c301aa..729da1a2e622 100644 --- a/mail/popper/files/patch-aa +++ b/mail/popper/files/patch-aa @@ -63,7 +63,7 @@ ! .endif # if you want APOP support, uncomment the next line -! CFLAGS+=-DAPOP=\"${PREFIX}/etc/pop.auth\" -DPOPUID=\"pop\" +! CFLAGS+=-DAPOP=\"${PREFIX}/etc/popper/pop.auth\" -DPOPUID=\"pop\" # if you want RPOP support, uncomment the next line ! # CFLAGS+=-DRPOP |