mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 01:28:05 -04:00
Add NSUPDATE to conf.sh.in, not conf.sh...
This commit is contained in:
parent
249763bcbf
commit
313b7db2ce
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue