]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Changed settings-get.pl to understand the MEMBER() macro removal.
authorTimo Sirainen <tss@iki.fi>
Fri, 4 Dec 2009 21:10:43 +0000 (15:10 -0600)
committerTimo Sirainen <tss@iki.fi>
Fri, 4 Dec 2009 21:10:43 +0000 (15:10 -0600)
--HG--
branch : HEAD

src/config/settings-get.pl

index 2421e8b088586e8d869744acb65c15155feb60ce..041981c6eee6d6a6d10b78aeadd155d073fd488e 100755 (executable)
@@ -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.*".*",(.*)$/) {