Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc provide sample lines for IPv6 services (at this moment f...
details: https://anonhg.NetBSD.org/src/rev/a09c444dffe1
branches: trunk
changeset: 474244:a09c444dffe1
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Jul 02 06:05:21 1999 +0000
description:
provide sample lines for IPv6 services (at this moment ftpd and fingerd)
diffstat:
etc/inetd.conf | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 7dd956022e04 -r a09c444dffe1 etc/inetd.conf
--- a/etc/inetd.conf Fri Jul 02 06:01:22 1999 +0000
+++ b/etc/inetd.conf Fri Jul 02 06:05:21 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: inetd.conf,v 1.23 1999/05/18 22:20:07 jwise Exp $
+# $NetBSD: inetd.conf,v 1.24 1999/07/02 06:05:21 itojun Exp $
#
# Internet server configuration database
#
@@ -56,3 +56,9 @@
walld/1 dgram rpc/udp wait nobody.tty /usr/libexec/rpc.rwalld rpc.rwalld
#sprayd/1 dgram rpc/udp wait nobody /usr/libexec/rpc.sprayd rpc.sprayd
#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
+#
+# IPv6 services.
+# The only difference with the above is "tcp6" instead of "tcp".
+#
+ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
+finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Home |
Main Index |
Thread Index |
Old Index