From: Mark Andrews Date: Fri, 26 Jun 2009 06:16:31 +0000 (+0000) Subject: 2617. [bug] ifconfig.sh failed to emit an error message when X-Git-Tag: v9.6.1-P1^2^5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99525899e8b7e6ec4595ac19b728ea3018e36375;p=thirdparty%2Fbind9.git 2617. [bug] ifconfig.sh failed to emit an error message when run from the wrong location. [RT #19375] --- diff --git a/CHANGES b/CHANGES index a409eb47bf7..53289f0acfe 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] + 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 779d6f95ee9..f16f7f7fba2 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.55.50.1 2009/06/26 06:16:31 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