Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc add telnet on tcp6.
details: https://anonhg.NetBSD.org/src/rev/0eef10d898c8
branches: trunk
changeset: 474246:0eef10d898c8
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Jul 02 06:32:32 1999 +0000
description:
add telnet on tcp6.
diffstat:
etc/inetd.conf | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 5961a3561efa -r 0eef10d898c8 etc/inetd.conf
--- a/etc/inetd.conf Fri Jul 02 06:32:08 1999 +0000
+++ b/etc/inetd.conf Fri Jul 02 06:32:32 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: inetd.conf,v 1.24 1999/07/02 06:05:21 itojun Exp $
+# $NetBSD: inetd.conf,v 1.25 1999/07/02 06:32:32 itojun Exp $
#
# Internet server configuration database
#
@@ -61,4 +61,5 @@
# The only difference with the above is "tcp6" instead of "tcp".
#
ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
+telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Home |
Main Index |
Thread Index |
Old Index