summaryrefslogtreecommitdiff
path: root/mail/cucipop/files/patch-ai
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-03-29 02:35:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-03-29 02:35:24 +0000
commit426d697985966a8e4976e99b2dd85a0c09ad138f (patch)
treef9bd750bd36fc149adb86c575dcf5a907d4e5382 /mail/cucipop/files/patch-ai
parentInstall 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
Notes
Notes: svn path=/head/; revision=17424
Diffstat (limited to 'mail/cucipop/files/patch-ai')
-rw-r--r--mail/cucipop/files/patch-ai26
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/cucipop/files/patch-ai b/mail/cucipop/files/patch-ai
new file mode 100644
index 000000000000..3839026ad03c
--- /dev/null
+++ b/mail/cucipop/files/patch-ai
@@ -0,0 +1,26 @@
+--- config.h.orig Wed May 13 01:09:14 1998
++++ config.h Mon Mar 29 06:21:42 1999
+@@ -3,13 +3,13 @@
+ #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 */
+
+ #define USER /**/ /* comment out, to disable */
+ #define UIDL /**/ /* the optional command completely */
+-#define APOP /**/
++/*#define APOP /**/
+ #define TOP /**/
+
+ #define LAST_HACK /**/ /* uncomment to enable dummy LAST */
+@@ -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"