mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
2617. [bug] ifconfig.sh failed to emit an error message when
run from the wrong location. [RT #19375]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
2617. [bug] ifconfig.sh failed to emit an error message when
|
||||||
|
run from the wrong location. [RT #19375]
|
||||||
|
ZZ
|
||||||
2616. [bug] 'host' used the nameservers from resolv.conf even
|
2616. [bug] 'host' used the nameservers from resolv.conf even
|
||||||
when a explicit nameserver was specified. [RT #19852]
|
when a explicit nameserver was specified. [RT #19852]
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: ifconfig.sh,v 1.55 2008/09/24 02:46:21 marka Exp $
|
# $Id: ifconfig.sh,v 1.56 2009/06/26 06:08:40 marka Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set up interface aliases for bind9 system tests.
|
# Set up interface aliases for bind9 system tests.
|
||||||
@@ -32,7 +32,7 @@ done
|
|||||||
|
|
||||||
if test "X$config_guess" = "X"
|
if test "X$config_guess" = "X"
|
||||||
then
|
then
|
||||||
echo <<EOF >&2
|
cat <<EOF >&2
|
||||||
$0: must be run from the top level source directory or the
|
$0: must be run from the top level source directory or the
|
||||||
bin/tests/system directory
|
bin/tests/system directory
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user