From owner-freebsd-hackers Sat Jul 10 14:50:44 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D591814CB7; Sat, 10 Jul 1999 14:50:40 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA10558; Sat, 10 Jul 1999 15:50:37 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA33143; Sat, 10 Jul 1999 15:48:44 -0600 (MDT) Message-Id: <199907102148.PAA33143@harmony.village.org> To: Sheldon Hearn Subject: Re: a BSD identd Cc: "Brian F. Feldman" , hackers@FreeBSD.ORG In-reply-to: Your message of "Sat, 10 Jul 1999 18:40:57 +0200." <56059.931624857@axl.noc.iafrica.com> References: <56059.931624857@axl.noc.iafrica.com> Date: Sat, 10 Jul 1999 15:48:43 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <56059.931624857@axl.noc.iafrica.com> Sheldon Hearn writes: : If you do end up messing with inetd's existing ident service, please : make sure that the default behaviour remains the same and that the : operator must do something to enable an ident service that reports more : than just "UNKNOWN-ERROR". Yes. I'd love to replace my perl script: #!/usr/local/bin/perl ($a, $b) = split(/[,\n\r ]+/,<>); print "$a , $b : USERID : UNIX : Warm-Fuzzy\r\n"; with something a little less heavy-weight. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message