]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2617. [bug] ifconfig.sh failed to emit an error message when
authorMark Andrews <marka@isc.org>
Fri, 26 Jun 2009 06:08:40 +0000 (06:08 +0000)
committerMark Andrews <marka@isc.org>
Fri, 26 Jun 2009 06:08:40 +0000 (06:08 +0000)
                        run from the wrong location. [RT #19375]

CHANGES
bin/tests/system/ifconfig.sh

diff --git a/CHANGES b/CHANGES
index 92080ab8edffaeb2b7eb46af32b92bf363ac213a..64deb4ebb02ae82280d98b1bd8f9c800957111eb 100644 (file)
--- 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]
 
index 779d6f95ee9634e7706a2e5f8c0a6e38229905da..c39ecdfdfd64311c53aaa44687e7d756dabdb64e 100644 (file)
@@ -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 <<EOF >&2
+       cat <<EOF >&2
 $0: must be run from the top level source directory or the
 bin/tests/system directory
 EOF