Add NSUPDATE to conf.sh.in, not conf.sh...

This commit is contained in:
Michael Sawyer 2000-07-06 02:10:46 +00:00
parent 249763bcbf
commit 313b7db2ce

View file

@ -15,7 +15,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: conf.sh.in,v 1.4 2000/06/22 21:51:24 tale Exp $
# $Id: conf.sh.in,v 1.5 2000/07/06 02:10:46 mws Exp $
#
# Common configuration data for system tests, to be sourced into
@ -31,6 +31,7 @@ TOP=`cd $TOP && pwd`
NAMED=$TOP/bin/named/named
LWRESD=$TOP/bin/named/lwresd
DIG=$TOP/bin/dig/dig
NSUPDATE=$TOP/bin/nsupdate/nsupdate
KEYGEN=$TOP/bin/dnssec/dnssec-keygen
SIGNER=$TOP/bin/dnssec/dnssec-signzone
KEYSIGNER=$TOP/bin/dnssec/dnssec-signkey
@ -41,4 +42,5 @@ PERL=@PERL@
SUBDIRS="xfer dnssec xferquota"
export NAMED LWRESD DIG KEYGEN SIGNER KEYSIGNER KEYSETTOOL PERL SUBDIRS
export NAMED LWRESD DIG NSUPDATE KEYGEN SIGNER KEYSIGNER KEYSETTOOL PERL \
SUBDIRS