From c812f1d40e68bbb609d952aa2b62759a02ce2eea Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Sep 2001 05:27:44 +0000 Subject: If we disable hostname lookups we can at least get a uniform answer for testing the rhosts and hostsequiv stuff with. Andrew Bartlett (This used to be commit 3a2a96772304bbf04a2bdb2d3a8f9d92df62fc5f) --- testsuite/build_farm/basicsmb.fns | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite/build_farm/basicsmb.fns') diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index 68411caff7..33dc6a7614 100644 --- a/testsuite/build_farm/basicsmb.fns +++ b/testsuite/build_farm/basicsmb.fns @@ -20,8 +20,7 @@ test_smb_conf_setup() { echo "127.0.0.6 DOMAIN">>$prefix/lib/lmhosts echo "127.0.0.7 HOSTSEQUIV">>$prefix/lib/lmhosts - echo $host > $prefix/lib/hosts.equiv - echo "localhost" >> $prefix/lib/hosts.equiv + echo "127.0.0.1" > $prefix/lib/hosts.equiv cp basicsmb.smb.conf.share $prefix/lib/smb.conf.share cp basicsmb.smb.conf.user $prefix/lib/smb.conf.user -- cgit