From fb97d1d104464a9d58479dce989a48e46c1fa29e Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Fri, 23 Mar 2001 03:04:16 +0000 Subject: * Update the imap-uw port to use PAM again, as it used to. We do have imap by default in /etc/pam.conf, so it must be better to compile imap-uw with PAM authentication too no? * Changed the PAM service name for the POP3 daemon from pop to pop3 as that is what we have in our default pam.conf. * Update the port with optional DRAC support. Approved by Maintainer PR: 24135 Submitted by: Anders Nordby --- mail/imap-uw/files/patch-af | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'mail/imap-uw/files/patch-af') diff --git a/mail/imap-uw/files/patch-af b/mail/imap-uw/files/patch-af index 0520676e2461..57e198d8d29d 100644 --- a/mail/imap-uw/files/patch-af +++ b/mail/imap-uw/files/patch-af @@ -1,6 +1,6 @@ ---- src/ipopd/Makefile.orig Tue Apr 14 15:41:55 1998 -+++ src/ipopd/Makefile Fri Jul 7 00:27:30 2000 -@@ -32,29 +32,22 @@ +--- src/ipopd/Makefile.old Wed Oct 25 01:55:07 2000 ++++ src/ipopd/Makefile Sun Dec 31 18:23:16 2000 +@@ -19,29 +19,27 @@ C = ../c-client @@ -13,8 +13,13 @@ CC = `cat $C/CCTYPE` -CFLAGS = -I$C `cat $C/CFLAGS` -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` ++.if defined(WITH_DRAC) ++CFLAGS = `cat $C/CFLAGS` -DDRAC_AUTH -DETC_DIR=\"$(PREFIX)/etc\" ++LDFLAGS = `cat $C/LDFLAGS` -ldrac ++.else +CFLAGS = `cat $C/CFLAGS` +LDFLAGS = `cat $C/LDFLAGS` ++.endif ipopd: ipop2d ipop3d -- cgit v1.2.3