Module Name: src
Committed By: christos
Date: Sun Oct 20 17:22:49 UTC 2013
Modified Files:
src/tests/lib/libc/net: t_hostent.sh
Log Message:
broadway changed addresses.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/net/t_hostent.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/net/t_hostent.sh
diff -u src/tests/lib/libc/net/t_hostent.sh:1.1 src/tests/lib/libc/net/t_hostent.sh:1.2
--- src/tests/lib/libc/net/t_hostent.sh:1.1 Fri Aug 16 11:29:45 2013
+++ src/tests/lib/libc/net/t_hostent.sh Sun Oct 20 13:22:49 2013
@@ -1,4 +1,4 @@
-# $NetBSD: t_hostent.sh,v 1.1 2013/08/16 15:29:45 christos Exp $
+# $NetBSD: t_hostent.sh,v 1.2 2013/10/20 17:22:49 christos Exp $
#
# Copyright (c) 2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -26,11 +26,11 @@
#
n6="sixthavenue.astron.com"
-a6="2620:106:3000:100:2e0:81ff:fe2f:e5d6"
+a6="2620:106:3003:1f00:2e0:81ff:fe2f:e5d7"
ans6="name=$n6, length=16, addrtype=24, aliases=[] addr_list=[$a6]\n"
n4="sixthavenue.astron.com"
-a4="208.77.212.99"
+a4="38.117.134.6"
ans4="name=$n4, length=4, addrtype=2, aliases=[] addr_list=[$a4]\n"
l6="localhost"