--- elwix/config/etc/default/inetd.conf 2011/07/05 23:43:00 1.1 +++ elwix/config/etc/default/inetd.conf 2013/01/28 01:47:35 1.2 @@ -1,3 +1,4 @@ +# $FreeBSD: src/etc/inetd.conf,v 1.76 2012/11/17 01:49:01 svnexp Exp $ # # Internet server configuration database # @@ -9,8 +10,8 @@ #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l #ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4 #ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6 -telnet stream tcp nowait root /usr/libexec/telnetd telnetd -telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd +#telnet stream tcp nowait root /usr/libexec/telnetd telnetd +#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd #shell stream tcp nowait root /usr/libexec/rshd rshd #shell stream tcp6 nowait root /usr/libexec/rshd rshd #login stream tcp nowait root /usr/libexec/rlogind rlogind