]> 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:16:31 +0000 (06:16 +0000)
committerMark Andrews <marka@isc.org>
Fri, 26 Jun 2009 06:16:31 +0000 (06:16 +0000)
                        run from the wrong location. [RT #19375]

CHANGES
bin/tests/system/ifconfig.sh

diff --git a/CHANGES b/CHANGES
index a409eb47bf78cad6840a5c931031aa18675b6608..53289f0acfe5fc69a042eecd890534e47c68f436 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]
+
 2616.  [bug]           'host' used the nameservers from resolv.conf even
                        when a explicit nameserver was specified. [RT #19852]
 
index 779d6f95ee9634e7706a2e5f8c0a6e38229905da..f16f7f7fba2f23517cd3d07972154a87636d1e2e 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.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 <<EOF >&2
+       cat <<EOF >&2
 $0: must be run from the top level source directory or the
 bin/tests/system directory
 EOF