From 104c0def80d305893cc49ac4e19997b44e00fec7 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 13 Jul 1998 21:34:06 +0000 Subject: [PATCH] run fingerd -m by default --- src/etc/inetd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 1061adc0..b6b6bd7f 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.27 1998/06/22 19:56:24 art Exp $ +# $OpenBSD: inetd.conf,v 1.28 1998/07/13 21:34:06 deraadt Exp $ # # Internet server configuration database # @@ -8,7 +8,7 @@ shell stream tcp nowait root /usr/libexec/rshd rshd -L login stream tcp 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 -ls +finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsm ident stream tcp nowait nobody /usr/libexec/identd identd -l -o -e #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat