From: Alan T. DeKok Date: Thu, 25 Oct 2012 12:03:56 +0000 (+0200) Subject: Understand extended format attrs, too X-Git-Tag: release_3_0_0_beta1~1649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35998cb0bfff03d9b203e2ad5701da1707938404;p=thirdparty%2Ffreeradius-server.git Understand extended format attrs, too --- diff --git a/share/format.pl b/share/format.pl index 4f08b2314f2..81055119e8c 100755 --- a/share/format.pl +++ b/share/format.pl @@ -106,7 +106,7 @@ while (@ARGV) { # # Get attribute. # - if (/^ATTRIBUTE\s+([\w-]+)\s+(\w+)\s+(\w+)(.*)/) { + if (/^ATTRIBUTE\s+([\w-]+)\s+([\w.]+)\s+(\w+)(.*)/) { $name=$1; $len = length $name; if ($len < 40) {