]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
map tat to trust-anchor-telemetry
authorMark Andrews <marka@isc.org>
Sat, 7 Oct 2017 01:11:02 +0000 (12:11 +1100)
committerMark Andrews <marka@isc.org>
Sat, 7 Oct 2017 01:11:02 +0000 (12:11 +1100)
util/check-categories.sh

index 2aebafa2789b1ace622f7b3b6e037b44098239c2..3230272825501a43b3c8c56ed9b71be31244038f 100644 (file)
@@ -8,7 +8,7 @@ list1=`grep LOGCATEGORY lib/*/include/*/*.h bin/named/include/named/*.h |
 grep "#define.*(&" |
 sed -e 's/.*LOGCATEGORY_\([A-Z_]*\).*/\1/' -e 's/^RRL$/rate-limit/' |
 tr '[A-Z]' '[a-z]' |
-tr _ - | sort -u`
+tr _ - | sed 's/^tat$/trust-anchor-telemetry/' | sort -u`
 list2=`sed -n 's;.*<para><command>\(.*\)</command></para>;\1;p' doc/arm/logging-categories.xml | tr '[A-Z]' '[a-z]' | sort -u`
 for i in $list1
 do