From fb138ef2fa5e5ce72814c2771f9c1510a50c01df Mon Sep 17 00:00:00 2001 From: brad <> Date: Wed, 2 Jun 2004 02:22:03 +0000 Subject: [PATCH] uucpd over v6. --- src/etc/inetd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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