mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47: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:
parent
a97e51e5e2
commit
870332fb6d
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
|
||||
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
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user