From fe813842a332d56a58fcf912c5a49a98ceb7d3d3 Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Mon, 31 Dec 2001 15:18:21 +0000 Subject: [PATCH] -g => (eg) --- scripts/named-conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/named-conf b/scripts/named-conf index d863dfc..71ca37d 100755 --- a/scripts/named-conf +++ b/scripts/named-conf @@ -336,7 +336,9 @@ sub zone_check_nsrrset ($$$$) { foreach $s (@s) { @glue= @{ $s2g{$s} }; if (!@glue) { - zone_warning("glueless NS $s, from $ww") + zone_warning("glueless NS $s,". + ($needglue<=1 ? " (eg)" : ""). + " from $ww") unless $glueless_ok || !$needglue || ($needglue<=1 && $gluelesswarned{$s}++); next; -- 2.30.2