]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
checklibs needs to grep for the cfg_* prefix in lib/isccfg
authorEvan Hunt <each@isc.org>
Fri, 7 Dec 2018 01:21:38 +0000 (17:21 -0800)
committerEvan Hunt <each@isc.org>
Fri, 7 Dec 2018 02:09:04 +0000 (18:09 -0800)
(cherry picked from commit ab7356a7de935c930ffbeba67b6ca58f32679be3)

util/checklibs.sh

index c92874d41121d8abd70830a40352cf8e4b7d4ff1..c16cc3eb29da2049d73a4f9882f70785526a34e1 100755 (executable)
@@ -93,6 +93,7 @@ do
     test -z "$dirs" && continue;
     pat=$lib
     test $lib = dns && pat='\(dns\|dst\)'
+    test $lib = isccfg && pat='cfg'
     pat="^${pat}_[a-z0-9_]*("
     list=`git ls-files -c $dirs | grep '\.h$' |
          xargs grep "$pat" |