From owner-freebsd-hackers Thu May 23 09:36:23 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27307 for hackers-outgoing; Thu, 23 May 1996 09:36:23 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA27292 for ; Thu, 23 May 1996 09:36:18 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rover.village.org (8.7.5/8.6.6) with SMTP id KAA10114; Thu, 23 May 1996 10:36:11 -0600 (MDT) Message-Id: <199605231636.KAA10114@rover.village.org> To: grog@lemis.de (Greg Lehey) Subject: Re: identd in /etc/inetd.conf? Cc: hackers@freebsd.org (FreeBSD Hackers) In-reply-to: Your message of Thu, 23 May 1996 13:51:18 +0200 Date: Thu, 23 May 1996 10:36:11 -0600 From: Warner Losh Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk : Unfortunately, this file doesn't exist on my system, and locate : doesn't show anything useful, not even in the CVS repository. Am I : missing something, or should this line be commented out? Comment it out. It is useless. Or run the following: #!/usr/local/bin/perl ($a, $b) = split(/[,\n\r ]+/,<>); print "$a , $b : OTHER : Warm-Fuzzy\r\n"; Warner