From: Timo Sirainen Date: Fri, 4 Dec 2009 21:10:43 +0000 (-0600) Subject: Changed settings-get.pl to understand the MEMBER() macro removal. X-Git-Tag: 2.0.beta1~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4bfd63908a36efc0caf1de4219585359ea9336e;p=thirdparty%2Fdovecot%2Fcore.git Changed settings-get.pl to understand the MEMBER() macro removal. --HG-- branch : HEAD --- diff --git a/src/config/settings-get.pl b/src/config/settings-get.pl index 2421e8b088..041981c6ee 100755 --- a/src/config/settings-get.pl +++ b/src/config/settings-get.pl @@ -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.*".*",(.*)$/) {