diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 4aa15e86..68d65a4b 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.43 2002/05/02 22:16:24 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.44 2002/05/06 22:22:50 millert Exp $ # # Internet server configuration database # @@ -10,9 +10,6 @@ #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -k #shell stream tcp nowait root /usr/libexec/rshd rshd -L #shell stream tcp6 nowait root /usr/libexec/rshd rshd -L -#login stream tcp nowait root /usr/libexec/rlogind rlogind -#login stream tcp6 nowait root /usr/libexec/rlogind rlogind -#exec stream tcp nowait root /usr/libexec/rexecd rexecd #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd #finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsm #finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -lsm @@ -47,8 +44,6 @@ time stream tcp6 nowait root internal #time dgram udp wait root internal #time dgram udp6 wait root internal # Kerberos authenticated services -#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -kx #kshell stream tcp nowait root /usr/libexec/rshd rshd -k #ekshell stream tcp nowait root /usr/libexec/rshd rshd -Lk #ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -Lk