Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/net Remove comment that no longer applies.



details:   https://anonhg.NetBSD.org/src/rev/7650340337b8
branches:  trunk
changeset: 325897:7650340337b8
user:      gson <gson%NetBSD.org@localhost>
date:      Fri Jan 10 20:38:11 2014 +0000

description:
Remove comment that no longer applies.

diffstat:

 tests/lib/libc/net/t_hostent.sh |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r c51cad507279 -r 7650340337b8 tests/lib/libc/net/t_hostent.sh
--- a/tests/lib/libc/net/t_hostent.sh   Fri Jan 10 20:10:43 2014 +0000
+++ b/tests/lib/libc/net/t_hostent.sh   Fri Jan 10 20:38:11 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_hostent.sh,v 1.7 2014/01/10 01:43:55 christos Exp $
+# $NetBSD: t_hostent.sh,v 1.8 2014/01/10 20:38:11 gson Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -45,9 +45,7 @@
 res="-r ${dir}/resolv.conf"
 
 # Hijack DNS traffic using a single rump server instance and a DNS
-# server listening on its loopback address.  Also hijack file system
-# call to /etc, mapping them to the root file system of the rump 
-# server, so that we can control the contents of /etc/resolv.conf.
+# server listening on its loopback address.
 
 start_dns_server() {
        export RUMP_SERVER=unix:///tmp/rumpserver



Home | Main Index | Thread Index | Old Index