Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 1996 10:36:11 -0600
From:      Warner Losh <imp@village.org>
To:        grog@lemis.de (Greg Lehey)
Cc:        hackers@freebsd.org (FreeBSD Hackers)
Subject:   Re: identd in /etc/inetd.conf? 
Message-ID:  <199605231636.KAA10114@rover.village.org>
In-Reply-To: Your message of Thu, 23 May 1996 13:51:18 %2B0200

next in thread | raw e-mail | index | archive | help
: 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605231636.KAA10114>