freebsd-ports/mail/cyrus/files/patch-ae
Will Andrews fae99bfc40 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>
2000-12-21 08:25:50 +00:00

11 lines
305 B
Text

--- 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",