Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Dec 1999 14:11:39 -0800
From:      Darcy Buskermolen <darcy@ok-connect.com>
To:        FreeBSD-Stable@FreeBSD.ORG
Subject:   Re: Little whois patch.
Message-ID:  <3.0.32.19991205141139.009a1d50@mail.ok-connect.com>

next in thread | raw e-mail | index | archive | help
The feature I'd find a bit more usefull would be a -f (or soemthing like
it) that would allow an auto follow. Meaning that now that there are 12
appoved signing auths for .com,net,org you have to do 2 howis queries to
find out the contact info, not handy for some things, currently this is
what I use to acmplish the same thing, however I can't tell the diffrence
between no such domain, and network timeout.. (ok well I could, but... :-) )

#!/bin/sh
WHOISSERVER=`whois $1 | grep "Whois Server:" | awk '{printf($3)}'`
whois -h $WHOISSERVER $1


I have a shell script that I'm using for this now, but it's a bit clunky. 
At 09:07 PM 12/5/99 +0000, Josef Karthauser wrote:
>On Sun, Dec 05, 1999 at 02:39:04PM +0000, Ben Smithurst wrote:
>> matt wrote:
>> 
>> > 	I noticed that the Canadian Internic was being left out of the
>> > whois command line opts, so I thought I'd add it to the options. I really
>> > have no clue who to send this to, or if I should use send-pr maybe, but
>> > it's technically not a problem. Hopefully one of the committers can give
>> > me feedback on where this should go. It's diffed against 3.3-stable, does
>> > nothing but give 'whois -c' for whois.internic.ca, us Canadians feel left
>> > out, cheers. =)
>> 
>> Can we (the UK) have a -u option too? :-) The host is whois.nic.uk.
>> Anyway, what happens when China want their own option, and find that -c
>> is taken? Wouldn't a more generic option make more sense, something like
>> -c <country>, eg `whois -c ca ...' or `whois -c uk ...' ?
>
>The whois in -current has a fix for this.  I'm working to get it mfc'd
>to the 3.x for sometime after 3.4 hits the press.
>
>Joe
>-- 
>Josef Karthauser	FreeBSD: How many times have you booted today?
>Technical Manager	Viagra for your server (http://www.uk.freebsd.org)
>Pavilion Internet plc.  [joe@pavilion.net, joe@uk.freebsd.org,
joe@tao.org.uk]
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-stable" in the body of the message
>
>


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?3.0.32.19991205141139.009a1d50>