Re: whois(1) patch for review

2001-06-22 Thread Alexander Leidinger
On 21 Jun, Andrey A. Chernov wrote: > For domain names it works without '-Q' too. The main problem not with > domain names wich have "." found via whois-servers.net, but for > identificators or subnets without suffix, like: > > whois -c ru XXX-RIPN > whois -c ru 123.123.123.123 What about /etc

Re: whois(1) patch for review

2001-06-22 Thread David O'Brien
On Thu, Jun 21, 2001 at 04:08:21PM +0300, Alexey Zelkin wrote: > > For example you can have following string in your whoisservers > configuration file (system wide -- /usr/share/misc/whoiservers > or personal ~/.whoisservers): System wide configuration files should be in /etc, not /usr/share/mis

Re: whois(1) patch for review

2001-06-22 Thread David O'Brien
On Fri, Jun 22, 2001 at 03:37:17AM +0200, Dag-Erling Smorgrav wrote: > Mike Barcroft <[EMAIL PROTECTED]> writes: > > Arg.. I wish you had contacted me before doing this work. From looking at > > your patch, your using an old copy of my work. The newest one is available > > at: http://testbed.q9

Re: whois(1) patch for review

2001-06-22 Thread Alexey Zelkin
hi, On Fri, Jun 22, 2001 at 03:37:17AM +0200, Dag-Erling Smorgrav wrote: > > Arg.. I wish you had contacted me before doing this work. From looking at > > your patch, your using an old copy of my work. The newest one is available > > at: http://testbed.q9media.net/freebsd/whois.patch and will

Re: whois(1) patch for review

2001-06-21 Thread Dag-Erling Smorgrav
Mike Barcroft <[EMAIL PROTECTED]> writes: > Arg.. I wish you had contacted me before doing this work. From looking at > your patch, your using an old copy of my work. The newest one is available > at: http://testbed.q9media.net/freebsd/whois.patch and will be committed > very-shortly-now(tm).

Re: whois(1) patch for review

2001-06-21 Thread Mike Barcroft
> I did not follow things going on carefully for almost two months while > I'd a deal with graduate project, but now since it's finished (Yay!!!) > and I got some time I started to dig to old patches (made during last > three months) and it's one of them. :) I'd incorporated few missing > points

Re: whois(1) patch for review

2001-06-21 Thread Joe Abley
On Thu, Jun 21, 2001 at 10:23:43PM +0400, Andrey A. Chernov wrote: > On Thu, Jun 21, 2001 at 10:39:05 -0400, Joe Abley wrote: > > > > > > whois -c ru freebsd.org.ru (use -- whois.ripn.net) > > > > whois -Q freebsd.org.ru > > > > > whois -c ua freebsd.org.ua (use -- whois.net.ua) > > > > whois

Re: whois(1) patch for review

2001-06-21 Thread Joe Abley
On Thu, Jun 21, 2001 at 04:08:21PM +0300, Alexey Zelkin wrote: > It adds new command line modifier "-c" to declare server code. > Originally it was supposed to point to country's whois > server, but with no modifications can be used for other areas. > > For example you can have following string i

Re: whois(1) patch for review

2001-06-21 Thread Alexey Zelkin
hi, On Thu, Jun 21, 2001 at 04:25:46PM +0300, Peter Pentchev wrote: > > I have made few modifications to whois(1) to shut up BDECFLAGS > > warnings, cleanup code, and add new features. > [snip] > > > > Resume: with this patch included to add new country's whois server > > we'll need to add only

Re: whois(1) patch for review

2001-06-21 Thread Peter Pentchev
On Thu, Jun 21, 2001 at 04:08:21PM +0300, Alexey Zelkin wrote: > hi, > > I have made few modifications to whois(1) to shut up BDECFLAGS > warnings, cleanup code, and add new features. [snip] > > Resume: with this patch included to add new country's whois server > we'll need to add only one strin

whois(1) patch for review

2001-06-21 Thread Alexey Zelkin
hi, I have made few modifications to whois(1) to shut up BDECFLAGS warnings, cleanup code, and add new features. Main aim of this patch is to add flexibility to people who want to point whois(1) to non-deault whois server, i.e. have to type "-h server name" many times. It adds new command line