22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
$OpenBSD: patch-lib_imapoptions,v 1.9 2012/04/20 20:54:17 ajacoutot Exp $
|
|
--- lib/imapoptions.orig Thu Apr 19 11:39:51 2012
|
|
+++ lib/imapoptions Fri Apr 20 22:37:09 2012
|
|
@@ -263,7 +263,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)
|
|
@@ -1089,7 +1089,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. */
|
|
|