diff options
Diffstat (limited to 'mail/cucipop/files/patch-aa')
-rw-r--r-- | mail/cucipop/files/patch-aa | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/mail/cucipop/files/patch-aa b/mail/cucipop/files/patch-aa index 472c052de2df..10781a88f988 100644 --- a/mail/cucipop/files/patch-aa +++ b/mail/cucipop/files/patch-aa @@ -1,7 +1,7 @@ ---- Makefile.orig Wed Oct 30 19:24:29 1996 -+++ Makefile Mon Jul 7 14:27:28 1997 -@@ -1,29 +1,29 @@ - #$Id: Makefile,v 1.2 1996/10/30 16:24:29 srb Exp $ +--- Makefile.orig Fri Aug 1 05:00:30 1997 ++++ Makefile Tue Oct 7 11:13:59 1997 +@@ -1,30 +1,29 @@ + #$Id: Makefile,v 1.3 1997/08/01 01:00:30 srb Exp $ -BASENAME= /usr +BASENAME= $(PREFIX) @@ -33,13 +33,14 @@ MD5_OBJ=md5/md5c.$(O) --OBJS=cucipop.$(O) authenticate.$(O) locking.$(O) xcreat.$(O) $(MD5_OBJ) -+OBJS=cucipop.$(O) authenticate.$(O) locking.$(O) xcreat.$(O) #$(MD5_OBJ) +-OBJS=cucipop.$(O) authenticate.$(O) atotime.$(O) locking.$(O) xcreat.$(O) \ +- $(MD5_OBJ) ++OBJS=cucipop.$(O) authenticate.$(O) atotime.$(O) locking.$(O) xcreat.$(O) all: cucipop ---- authenticate.c.orig Fri Apr 11 18:08:31 1997 -+++ authenticate.c Mon Jul 7 14:23:19 1997 +--- authenticate.c.orig Fri Aug 1 05:00:31 1997 ++++ authenticate.c Tue Oct 7 11:14:31 1997 @@ -36,7 +36,7 @@ #include "authenticate.h" @@ -50,7 +51,7 @@ #ifndef MAILSPOOLHASH #define MAILSPOOLHASH 0 /* 2 would deliver to /var/spool/mail/b/a/bar */ --- xcreat.c.orig Thu Apr 3 05:53:24 1997 -+++ xcreat.c Mon Jul 7 14:23:19 1997 ++++ xcreat.c Tue Oct 7 11:14:56 1997 @@ -22,7 +22,7 @@ /*#define NOuname /* uncomment if uname is not available */ /*#define NOstrpbrk /* uncomment if strpbrk is not available */ @@ -60,3 +61,15 @@ #include <unistd.h> /* open() close() link() unlink() getpid() */ + +--- config.h.orig Fri Aug 1 05:13:05 1997 ++++ config.h Tue Oct 7 11:40:43 1997 +@@ -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 */ + |