support 'named -l' as a synonym for 'lwresd', so that the system

tests will work despite libtool losing argv[0]
This commit is contained in:
Andreas Gustafsson
2000-09-16 01:42:06 +00:00
parent 206c4ad41e
commit 531dd7b648
2 changed files with 21 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: conf.sh.in,v 1.14 2000/09/13 01:36:44 marka Exp $
# $Id: conf.sh.in,v 1.15 2000/09/16 01:42:06 gson Exp $
#
# Common configuration data for system tests, to be sourced into
@@ -29,7 +29,9 @@ TOP=${SYSTEMTESTTOP:=.}/../../..
TOP=`cd $TOP && pwd`
NAMED=$TOP/bin/named/named
LWRESD=$TOP/bin/named/lwresd
# We must use "named -l" instead of "lwresd" because argv[0] is lost
# if the program is libtoolized.
LWRESD="$TOP/bin/named/named -l"
DIG=$TOP/bin/dig/dig
RNDC=$TOP/bin/rndc/rndc
NSUPDATE=$TOP/bin/nsupdate/nsupdate