diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 03:04:16 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 03:04:16 +0000 |
commit | fb97d1d104464a9d58479dce989a48e46c1fa29e (patch) | |
tree | e01191821de5f7e3319f02df728a5fea936d9222 /mail/imap-uw/files/patch-af | |
parent | Upgrade to 0.2. (diff) |
* 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 <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=40240
Diffstat (limited to 'mail/imap-uw/files/patch-af')
-rw-r--r-- | mail/imap-uw/files/patch-af | 11 |
1 files changed, 8 insertions, 3 deletions
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 |