From fd98026ecaa802c3d88fc19d73deff153df4a02f Mon Sep 17 00:00:00 2001 From: hugh <> Date: Sat, 14 Apr 2001 03:03:27 +0000 Subject: [PATCH] Remove the -o flag from identd's default invocation as it serves only to obfuscate, and confuses some software. derradt + millert concur. --- src/etc/inetd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index c9394118..32144e65 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.39 2001/03/08 01:24:02 itojun Exp $ +# $OpenBSD: inetd.conf,v 1.40 2001/04/14 03:03:27 hugh Exp $ # # Internet server configuration database # @@ -16,8 +16,8 @@ #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 -ident stream tcp nowait nobody /usr/libexec/identd identd -elo -ident stream tcp6 nowait nobody /usr/libexec/identd identd -elo +ident stream tcp nowait nobody /usr/libexec/identd identd -el +ident stream tcp6 nowait nobody /usr/libexec/identd identd -el #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat comsat dgram udp6 wait root /usr/libexec/comsat comsat