mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:59:59 -04:00
added shell variable DIG containing the pathname of dig
This commit is contained in:
parent
cd01c9716f
commit
87796a03ed
1 changed files with 2 additions and 1 deletions
|
|
@ -23,6 +23,7 @@
|
|||
TOP="`cd ../../..; pwd`"
|
||||
|
||||
NAMED=$TOP/bin/named/named
|
||||
DIG=$TOP/bin/dig/dig
|
||||
KEYGEN=$TOP/bin/dnssec/dnssec-keygen
|
||||
SIGNER=$TOP/bin/dnssec/dnssec-signzone
|
||||
KEYSIGNER=$TOP/bin/dnssec/dnssec-signkey
|
||||
|
|
@ -30,4 +31,4 @@ KEYSETTOOL=$TOP/bin/dnssec/dnssec-makekeyset
|
|||
|
||||
SUBDIRS="xfer dnssec xferquota"
|
||||
|
||||
export NAMED KEYGEN SIGNER KEYSIGNER KEYSETTOOL
|
||||
export NAMED DIG KEYGEN SIGNER KEYSIGNER KEYSETTOOL
|
||||
|
|
|
|||
Loading…
Reference in a new issue