Date: Mon, 13 Dec 1999 12:46:09 -0500 From: Peter Radcliffe <pir@pir.net> To: freebsd-stable@FreeBSD.ORG Subject: Re: pidentd Message-ID: <19991213124609.A1355@pir.net> In-Reply-To: <Pine.BSF.4.21.9912130824450.74623-100000@resnet.uoregon.edu>; from dwhite@resnet.uoregon.edu on Mon, Dec 13, 1999 at 08:26:50AM -0800 References: <199912131016.CAA21812@mass.cdrom.com> <Pine.BSF.4.21.9912130824450.74623-100000@resnet.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug White <dwhite@resnet.uoregon.edu> probably said: > If you can furnish me with a list of the EFNet IRC servers that don't > subscribe to ident bigotry I'd be really happy. :-) I finally gave up and > pushed ident through to my workstation since trying to find a decently > peered server was getting really hard. cat stupid.identd.pl #!/usr/bin/perl $| = 1; while (<>) { $_ =~ s/\r\n$//; print STDOUT "$_ : USERID : UNIX : bite-me\r\n"; exit 0; } HTH. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991213124609.A1355>