Source-Changes-HG archive

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

[src/trunk]: src/etc add comment about IPv4/v6 dual stack support (enable bot...



details:   https://anonhg.NetBSD.org/src/rev/002117bc975e
branches:  trunk
changeset: 479731:002117bc975e
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Dec 20 12:43:17 1999 +0000

description:
add comment about IPv4/v6 dual stack support (enable both tcp and tcp6).

diffstat:

 etc/inetd.conf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7e0b83ac4dab -r 002117bc975e etc/inetd.conf
--- a/etc/inetd.conf    Mon Dec 20 09:51:53 1999 +0000
+++ b/etc/inetd.conf    Mon Dec 20 12:43:17 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: inetd.conf,v 1.29 1999/11/05 11:16:20 mycroft Exp $
+#      $NetBSD: inetd.conf,v 1.30 1999/12/20 12:43:17 itojun Exp $
 #
 # Internet server configuration database
 #
@@ -59,6 +59,8 @@
 #
 #      IPv6 services.
 #      The only difference with the above is "tcp6" instead of "tcp".
+#      Be sure to enable both "tcp" and "tcp6" when you need service for
+#      both IPv4/v6.  Consult inetd(8) for details.
 #
 #ftp           stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -ll
 #telnet                stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd



Home | Main Index | Thread Index | Old Index