fix the path to /usr/sbin/sendmail. ok Brad (maintainer), pea@, jasper@

(ports is still not fully open)
This commit is contained in:
sthen 2010-02-28 17:58:53 +00:00
parent 2702a8279d
commit b05a4ab4bf
3 changed files with 18 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.129 2010/02/14 20:01:00 naddy Exp $
# $OpenBSD: Makefile,v 1.130 2010/02/28 17:58:53 sthen Exp $
SHARED_ONLY= Yes
@ -10,7 +10,7 @@ V_DOVECOT= 1.1.20
V_SIEVE= 1.1.7
PKGNAME= dovecot-${V_DOVECOT}
PKGNAME-server= dovecot-${V_DOVECOT}
PKGNAME-server= dovecot-${V_DOVECOT}p0
FULLPKGNAME-sieve= dovecot-sieve-${V_SIEVE}p0
FULLPKGPATH-sieve= ${PKGPATH},-sieve

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.21 2009/05/19 08:10:56 sthen Exp $
--- Makefile.in.orig Sun May 17 21:39:56 2009
+++ Makefile.in Mon May 18 05:42:21 2009
@@ -669,7 +669,7 @@ install-data: install-data-recursive
$OpenBSD: patch-Makefile_in,v 1.22 2010/02/28 17:58:53 sthen Exp $
--- Makefile.in.orig Tue Nov 10 02:36:17 2009
+++ Makefile.in Sun Feb 28 15:05:21 2010
@@ -754,7 +754,7 @@ install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_deliver_deliver_c,v 1.3 2010/02/28 17:58:53 sthen Exp $
--- src/deliver/deliver.c.orig Sun Feb 28 15:05:30 2010
+++ src/deliver/deliver.c Sun Feb 28 15:05:37 2010
@@ -41,7 +41,7 @@
#include <syslog.h>
#define DEFAULT_CONFIG_FILE SYSCONFDIR"/dovecot.conf"
-#define DEFAULT_SENDMAIL_PATH "/usr/lib/sendmail"
+#define DEFAULT_SENDMAIL_PATH "/usr/sbin/sendmail"
#define DEFAULT_ENVELOPE_SENDER "MAILER-DAEMON"
/* After buffer grows larger than this, create a temporary file to /tmp