mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
fae99bfc40
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>
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
--- 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",
|