From 870332fb6d15e9fde8753399b00cb9e721c4d64f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 26 Jun 2009 06:08:40 +0000 Subject: [PATCH] 2617. [bug] ifconfig.sh failed to emit an error message when run from the wrong location. [RT #19375] --- CHANGES | 3 +++ bin/tests/system/ifconfig.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 92080ab8ed..64deb4ebb0 100644 --- a/CHANGES +++ b/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 when a explicit nameserver was specified. [RT #19852] diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index 779d6f95ee..c39ecdfdfd 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # 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. @@ -32,7 +32,7 @@ done if test "X$config_guess" = "X" then - echo <&2 + cat <&2 $0: must be run from the top level source directory or the bin/tests/system directory EOF