diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:35:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:35:24 +0000 |
commit | 426d697985966a8e4976e99b2dd85a0c09ad138f (patch) | |
tree | f9bd750bd36fc149adb86c575dcf5a907d4e5382 /mail/cucipop/files/patch-aa | |
parent | Install with the correct modes. (diff) |
comment out vhost support since it brings db2 vs. libc conflict in
certain situations.
Describe why it is impossible to use APOP in such situation even for
real accounts
Diffstat (limited to 'mail/cucipop/files/patch-aa')
-rw-r--r-- | mail/cucipop/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/cucipop/files/patch-aa b/mail/cucipop/files/patch-aa index ebea8d6512f3..107d914c74ea 100644 --- a/mail/cucipop/files/patch-aa +++ b/mail/cucipop/files/patch-aa @@ -9,22 +9,3 @@ #include <unistd.h> /* open() close() link() unlink() getpid() */ ---- config.h.orig Wed May 13 05:09:14 1998 -+++ config.h Tue Aug 25 18:12:48 1998 -@@ -3,7 +3,7 @@ - #define USEdot_lock /**/ - /*#define USEfcntl_lock /**/ /* to test which combinations make sense */ - /*#define USElockf /**/ /* run the lockingtest program part of */ --/*#define USEflock /**/ /* the procmail installation process */ -+#define USEflock /**/ /* the procmail installation process */ - - /*#define SHADOW_PASSWD /**/ /* shadow password library support */ - -@@ -84,6 +84,6 @@ - #define MAXBULLETINS 64 - #define MAXSTATEAGE 8388608 /* > 3 months */ - #define MEMORY_CACHE (64*1024) --#define CUCIPOP_LIB "/var/lib/cucipop" -+#define CUCIPOP_LIB "/var/spool/cucipop" - #define STATE_DB "state.db" - #define BULLETINS_PATH CUCIPOP_LIB"/bulletins" |