conf.sh.in revision 40f53fa8d9c6a4fc38c0014495e7a42b08f52481
d42be4bb84caf3b977e7f5fe7d2b5809c7bf3df1Mark Andrews#!/bin/sh
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Copyright (C) 2000 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# purpose with or without fee is hereby granted, provided that the above
d42be4bb84caf3b977e7f5fe7d2b5809c7bf3df1Mark Andrews# copyright notice and this permission notice appear in all copies.
d42be4bb84caf3b977e7f5fe7d2b5809c7bf3df1Mark Andrews#
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
d42be4bb84caf3b977e7f5fe7d2b5809c7bf3df1Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
d42be4bb84caf3b977e7f5fe7d2b5809c7bf3df1Mark Andrews# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9281e7aa775026dc47c01745fdcc438645146877Mark Andrews
9281e7aa775026dc47c01745fdcc438645146877Mark Andrews# $Id: conf.sh.in,v 1.12 2000/08/01 01:14:21 tale Exp $
9281e7aa775026dc47c01745fdcc438645146877Mark Andrews
9281e7aa775026dc47c01745fdcc438645146877Mark Andrews#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Common configuration data for system tests, to be sourced into
373ce67419680a398ba3dc51a14a486caaf0afb0Mark Andrews# other shell scripts.
373ce67419680a398ba3dc51a14a486caaf0afb0Mark Andrews#
373ce67419680a398ba3dc51a14a486caaf0afb0Mark Andrews
9281e7aa775026dc47c01745fdcc438645146877Mark Andrews# Find the top of the BIND9 tree.
9281e7aa775026dc47c01745fdcc438645146877Mark AndrewsTOP=${SYSTEMTESTTOP:=.}/../../..
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark Andrews
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark Andrews# Make it absolute so that it continues to work after we cd.
9281e7aa775026dc47c01745fdcc438645146877Mark AndrewsTOP=`cd $TOP && pwd`
9281e7aa775026dc47c01745fdcc438645146877Mark Andrews
9281e7aa775026dc47c01745fdcc438645146877Mark AndrewsNAMED=$TOP/bin/named/named
b186f1ab91faf6d46d102ecbfd55cbdb7e24feeeMark AndrewsLWRESD=$TOP/bin/named/lwresd
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David LawrenceDIG=$TOP/bin/dig/dig
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David LawrenceRNDC=$TOP/bin/rndc/rndc
NSUPDATE=$TOP/bin/nsupdate/nsupdate
KEYGEN=$TOP/bin/dnssec/dnssec-keygen
SIGNER=$TOP/bin/dnssec/dnssec-signzone
KEYSIGNER=$TOP/bin/dnssec/dnssec-signkey
KEYSETTOOL=$TOP/bin/dnssec/dnssec-makekeyset
SUBDIRS="dnssec glue limits lwresd notify nsupdate resolver stub views xfer \
xferquota"
# PERL will be an empty string if no perl interpreter was found.
PERL=@PERL@
export NAMED LWRESD DIG NSUPDATE KEYGEN SIGNER KEYSIGNER KEYSETTOOL PERL \
SUBDIRS RNDC