From 87796a03eda1f4650d4fc02b4a840a41cc787928 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 22 May 2000 17:31:45 +0000 Subject: [PATCH] added shell variable DIG containing the pathname of dig --- bin/tests/system/conf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/tests/system/conf.sh b/bin/tests/system/conf.sh index b25daf8d51..4d83188aff 100755 --- a/bin/tests/system/conf.sh +++ b/bin/tests/system/conf.sh @@ -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