From e66d4398de5c860255393a597a511114a99fa0a2 Mon Sep 17 00:00:00 2001 From: msf Date: Wed, 21 Mar 2007 22:43:49 +0000 Subject: [PATCH] make dovecot-example_conf respect PREFIX again. broken many many moons ago. ok maintainer --- mail/dovecot/patches/patch-dovecot-example_conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mail/dovecot/patches/patch-dovecot-example_conf b/mail/dovecot/patches/patch-dovecot-example_conf index 0900f23bc6a..8daa54d4f68 100644 --- a/mail/dovecot/patches/patch-dovecot-example_conf +++ b/mail/dovecot/patches/patch-dovecot-example_conf @@ -1,4 +1,4 @@ -$OpenBSD: patch-dovecot-example_conf,v 1.33 2007/03/15 23:20:54 jakob Exp $ +$OpenBSD: patch-dovecot-example_conf,v 1.34 2007/03/21 22:43:49 msf Exp $ --- dovecot-example.conf.orig Sat Mar 10 21:45:40 2007 +++ dovecot-example.conf Tue Mar 13 17:21:52 2007 @@ -7,13 +7,12 @@ @@ -78,22 +78,22 @@ $OpenBSD: patch-dovecot-example_conf,v 1.33 2007/03/15 23:20:54 jakob Exp $ protocol imap { # Login executable location. - #login_executable = /usr/libexec/dovecot/imap-login -+ #login_executable = /usr/local/libexec/dovecot/imap-login ++ #login_executable = _PREFIX_/libexec/dovecot/imap-login # IMAP executable location. Changing this allows you to execute other # binaries before the imap process is executed. # # This would write rawlogs into ~/dovecot.rawlog/ directory: - # mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap -+ # mail_executable = /usr/local/libexec/dovecot/rawlog /usr/local/libexec/dovecot/imap ++ # mail_executable = _PREFIX_/libexec/dovecot/rawlog _PREFIX_/libexec/dovecot/imap # # This would attach gdb into the imap process and write backtraces into # /tmp/gdbhelper.* files: - # mail_executable = /usr/libexec/dovecot/gdbhelper /usr/libexec/dovecot/imap -+ # mail_executable = /usr/local/libexec/dovecot/gdbhelper /usr/local/libexec/dovecot/imap ++ # mail_executable = _PREFIX_/libexec/dovecot/gdbhelper _PREFIX_/libexec/dovecot/imap # - #mail_executable = /usr/libexec/dovecot/imap -+ #mail_executable = /usr/local/libexec/dovecot/imap ++ #mail_executable = _PREFIX_/libexec/dovecot/imap # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get @@ -111,12 +111,12 @@ $OpenBSD: patch-dovecot-example_conf,v 1.33 2007/03/15 23:20:54 jakob Exp $ protocol pop3 { # Login executable location. - #login_executable = /usr/libexec/dovecot/pop3-login -+ #login_executable = /usr/local/libexec/dovecot/pop3-login ++ #login_executable = _PREFIX_/libexec/dovecot/pop3-login # POP3 executable location. See IMAP's mail_executable above for examples # how this could be changed. - #mail_executable = /usr/libexec/dovecot/pop3 -+ #mail_executable = /usr/local/libexec/dovecot/pop3 ++ #mail_executable = _PREFIX_/libexec/dovecot/pop3 # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files @@ -143,7 +143,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.33 2007/03/15 23:20:54 jakob Exp $ # Executable location -#auth_executable = /usr/libexec/dovecot/dovecot-auth -+#auth_executable = /usr/local/libexec/dovecot/dovecot-auth ++#auth_executable = _PREFIX_/libexec/dovecot/dovecot-auth # Set max. process size in megabytes. #auth_process_size = 256