Module Name: src
Committed By: gson
Date: Fri Jan 10 20:38:11 UTC 2014
Modified Files:
src/tests/lib/libc/net: t_hostent.sh
Log Message:
Remove comment that no longer applies.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/tests/lib/libc/net/t_hostent.sh:1.8
--- src/tests/lib/libc/net/t_hostent.sh:1.7 Fri Jan 10 01:43:55 2014
+++ src/tests/lib/libc/net/t_hostent.sh Fri Jan 10 20:38:11 2014
@@ -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 @@ dir="$(atf_get_srcdir)"
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