Module Name: src Committed By: christos Date: Tue Oct 25 17:16:34 UTC 2016
Modified Files: src/etc: inetd.conf Log Message: mention that -a valid does not work, requested by felix. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/etc/inetd.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/inetd.conf diff -u src/etc/inetd.conf:1.58 src/etc/inetd.conf:1.59 --- src/etc/inetd.conf:1.58 Mon Oct 15 22:47:14 2007 +++ src/etc/inetd.conf Tue Oct 25 13:16:34 2016 @@ -1,4 +1,4 @@ -# $NetBSD: inetd.conf,v 1.58 2007/10/16 02:47:14 tls Exp $ +# $NetBSD: inetd.conf,v 1.59 2016/10/25 17:16:34 christos Exp $ # # Internet server configuration database # @@ -8,6 +8,8 @@ #http stream tcp6 nowait:600 _httpd /usr/libexec/httpd httpd /var/www #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -ll #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll +# Note: "-a valid" does not work for older telnet clients that do not support +# authentication #telnet stream tcp nowait root /usr/libexec/telnetd telnetd -a valid #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -a valid #shell stream tcp nowait root /usr/libexec/rshd rshd -L