openbsd-ports/mail/cyrus-imapd/patches/patch-lib_imapoptions

22 lines
1.2 KiB
Plaintext

$OpenBSD: patch-lib_imapoptions,v 1.4 2011/04/13 15:18:24 ajacoutot Exp $
--- lib/imapoptions.orig Wed Apr 13 16:35:22 2011
+++ lib/imapoptions Wed Apr 13 17:07:59 2011
@@ -253,7 +253,7 @@ Blank lines and lines beginning with ``#'' are ignored
/* Debug command to be used by processes started with -D option. The string
is a C format string that gets 3 options: the first is the name of the
executable (without path). The second is the pid (integer) and the third
- is the service ID. Example: /usr/local/bin/gdb /usr/cyrus/bin/%s %d */
+ is the service ID. Example: /usr/bin/gdb ${TRUEPREFIX}/libexec/cyrus-imapd/%s %d */
{ "defaultacl", "anyone lrs", STRING }
/* The Access Control List (ACL) placed on a newly-created (non-user)
@@ -1018,7 +1018,7 @@ And the notification message will be available on \fIs
{ "seenstate_db", "skiplist", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist")}
/* The cyrusdb backend to use for the seen state. */
-{ "sendmail", "/usr/lib/sendmail", STRING }
+{ "sendmail", "/usr/sbin/sendmail", STRING }
/* The pathname of the sendmail executable. Sieve invokes sendmail
for sending rejections, redirects and vacation responses. */