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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user