1.1 --- a/dovecot/dovecot.patch Sat Apr 18 18:42:52 2009 +0200 1.2 +++ b/dovecot/dovecot.patch Sun Apr 19 11:57:20 2009 +0200 1.3 @@ -277,7 +277,7 @@ 1.4 # used to give Dovecot's local delivery agent access to userdb so it 1.5 # can find mailbox locations. 1.6 - #path = /var/run/dovecot/auth-master 1.7 -+ #path = @l_prefix@/dovecot/run/auth-master 1.8 ++ #path = @l_prefix@/var/dovecot/run/auth-master 1.9 #mode = 0600 1.10 # Default user/group is the one who started dovecot-auth (root) 1.11 #user = 1.12 @@ -286,7 +286,7 @@ 1.13 # is to export it to your SMTP server so it can do SMTP AUTH lookups 1.14 # using it. 1.15 - #path = /var/run/dovecot/auth-client 1.16 -+ #path = @l_prefix@/dovecot/run/auth-client 1.17 ++ #path = @l_prefix@/var/dovecot/run/auth-client 1.18 #mode = 0660 1.19 #} 1.20 #}