From: Evan Hunt Date: Sat, 25 Mar 2017 19:23:36 +0000 (-0700) Subject: [v9_10] document that delv should be used instead of sigchase X-Git-Tag: v9.10.5rc3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=646b17251d54707f1c84e13e2f9cfefb0a3c0bed;p=thirdparty%2Fbind9.git [v9_10] document that delv should be used instead of sigchase (cherry picked from commit db93f3d4b372c0e1d50d73ba99352c614078f374) --- diff --git a/README b/README index 6b108a85545..1fe76fae93e 100644 --- a/README +++ b/README @@ -359,6 +359,7 @@ Building Change the default syslog facility of named/lwresd. -DISC_FACILITY=LOG_LOCAL0 Enable DNSSEC signature chasing support in dig. + (This feature is deprecated. Use `delv` instead.) -DDIG_SIGCHASE=1 (sets -DDIG_SIGCHASE_TD=1 and -DDIG_SIGCHASE_BU=1) Disable dropping queries from particular well known ports. diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index 53487aa087e..632083b0c6f 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -941,8 +941,9 @@ - Chase DNSSEC signature chains. Requires dig be - compiled with -DDIG_SIGCHASE. + Chase DNSSEC signature chains. Requires dig be compiled + with -DDIG_SIGCHASE. This feature is deprecated. + Use delv instead. @@ -1041,6 +1042,7 @@ When chasing DNSSEC signature chains perform a top-down validation. Requires dig be compiled with -DDIG_SIGCHASE. + This feature is deprecated. Use delv instead. @@ -1094,6 +1096,7 @@ directory. Requires dig be compiled with -DDIG_SIGCHASE. + This feature is deprecated. Use delv instead. @@ -1200,6 +1203,9 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr SEE ALSO + delv1 + , + host1 ,