dovecot-2.0: Changed settings-get.pl to understand the MEMBER() ...
dovecot at dovecot.org
dovecot at dovecot.org
Fri Dec 4 23:10:56 EET 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/3448f1bc6966
changeset: 10411:3448f1bc6966
user: Timo Sirainen <tss at iki.fi>
date: Fri Dec 04 15:10:43 2009 -0600
description:
Changed settings-get.pl to understand the MEMBER() macro removal.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/config/settings-get.pl | 2 +-
diffs (12 lines):
diff -r b757dab45756 -r 3448f1bc6966 src/config/settings-get.pl
--- a/src/config/settings-get.pl Fri Dec 04 13:52:35 2009 -0600
+++ b/src/config/settings-get.pl Fri Dec 04 15:10:43 2009 -0600
@@ -60,7 +60,7 @@ foreach my $file (@ARGV) {
if ($state == 1 || $state == 3) {
if ($state == 1) {
- if (/MEMBER\(module_name\) "(.*)"/) {
+ if (/\.module_name = "(.*)"/) {
$parsers{$cur_name} = $1;
}
if (/DEFLIST.*".*",(.*)$/) {
More information about the dovecot-cvs
mailing list