diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 259e1a5e..5381f516 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.52 2004/05/04 23:37:04 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.53 2004/06/02 02:22:03 brad Exp $ # # Internet server configuration database # @@ -12,6 +12,7 @@ #shell stream tcp nowait root /usr/libexec/rshd rshd -L #shell stream tcp6 nowait root /usr/libexec/rshd rshd -L #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd +#uucpd stream tcp6 nowait root /usr/libexec/uucpd uucpd #finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm #finger stream tcp6 nowait _fingerd /usr/libexec/fingerd fingerd -lsm ident stream tcp nowait _identd /usr/libexec/identd identd -el