Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / bind / dist / bin / tests / system / conf.sh.in
blob6d7805afbaae205d90f950e34a87ac4f8c8d5fdb
1 #!/bin/sh
3 # Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
4 # Copyright (C) 2000-2003 Internet Software Consortium.
6 # Permission to use, copy, modify, and/or distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies.
10 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12 # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 # PERFORMANCE OF THIS SOFTWARE.
18 # Id: conf.sh.in,v 1.43 2009/11/30 21:00:47 each Exp
21 # Common configuration data for system tests, to be sourced into
22 # other shell scripts.
25 # Find the top of the BIND9 tree.
26 TOP=${SYSTEMTESTTOP:=.}/../../..
28 # Make it absolute so that it continues to work after we cd.
29 TOP=`cd $TOP && pwd`
31 NAMED=$TOP/bin/named/named
32 # We must use "named -l" instead of "lwresd" because argv[0] is lost
33 # if the program is libtoolized.
34 LWRESD="$TOP/bin/named/named -l"
35 DIG=$TOP/bin/dig/dig
36 RNDC=$TOP/bin/rndc/rndc
37 NSUPDATE=$TOP/bin/nsupdate/nsupdate
38 DDNSCONFGEN=$TOP/bin/confgen/ddns-confgen
39 KEYGEN=$TOP/bin/dnssec/dnssec-keygen
40 SIGNER=$TOP/bin/dnssec/dnssec-signzone
41 REVOKE=$TOP/bin/dnssec/dnssec-revoke
42 SETTIME=$TOP/bin/dnssec/dnssec-settime
43 DSFROMKEY=$TOP/bin/dnssec/dnssec-dsfromkey
44 CHECKZONE=$TOP/bin/check/named-checkzone
45 CHECKCONF=$TOP/bin/check/named-checkconf
47 # The "stress" test is not run by default since it creates enough
48 # load on the machine to make it unusable to other users.
49 # v6synth
50 SUBDIRS="acl autosign cacheclean checkconf checknames dnssec forward glue ixfr
51 limits lwresd masterfile masterformat metadata notify nsupdate pending
52 resolver rrsetorder sortlist stub tkey unknown upforwd views xfer xferquota
53 zonechecks"
55 # PERL will be an empty string if no perl interpreter was found.
56 PERL=@PERL@
58 export NAMED LWRESD DIG NSUPDATE KEYGEN SIGNER KEYSIGNER KEYSETTOOL PERL \
59 SUBDIRS RNDC CHECKZONE