diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-21 08:25:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-21 08:25:50 +0000 |
commit | fae99bfc40c855836ae4873ab9e589a5b57ac1aa (patch) | |
tree | 229f5942465474689326694238f4b4ed036c56d8 /mail/cyrus-imapd22/files/patch-ae | |
parent | 64a29c4fcd8e60a228b42a0341395d55421e5bed (diff) |
Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the
security/cyrus-sasl port. Fix deliver.c so it uses the correct location
of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up
to the world after previous maintainer showed no interest in the port for
nearly 2 years.
PR: 22791, 22465
Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
Scot W. Hetzel <hetzels@westbend.net>
Notes
Notes:
svn path=/head/; revision=36178
Diffstat (limited to 'mail/cyrus-imapd22/files/patch-ae')
-rw-r--r-- | mail/cyrus-imapd22/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/cyrus-imapd22/files/patch-ae b/mail/cyrus-imapd22/files/patch-ae new file mode 100644 index 000000000000..dde3c7177004 --- /dev/null +++ b/mail/cyrus-imapd22/files/patch-ae @@ -0,0 +1,11 @@ +--- imap/deliver.c.orig Tue Jan 4 17:49:02 2000 ++++ imap/deliver.c Tue Oct 31 22:49:37 2000 +@@ -821,7 +821,7 @@ + } + } + +-#define SENDMAIL "/usr/lib/sendmail" ++#define SENDMAIL "/usr/sbin/sendmail" + #define POSTMASTER "postmaster" + + static char *month[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", |