15380a566c
Packages Collection. This is whois3, a very simple and generic whois client. This client, unlike the "classic" whois client, does not check for supported flags at the client side, except for -h (whois host) and -p (whois port). The syntax checks for flags are made at the server side. The default host and port of whois3 is whois.ripe.net at port 43 (or to be more exact, the tcp port specified for whois in /etc/services). Note: This is in fact a "reimport" of an updated version of package net/ripe-whois which is going to be removed. Most notable change from the last version of net/ripe-whois package is the addition of the -4 and -6 switches to select either IPv4 or IPv6 as transport.
12 lines
265 B
Text
12 lines
265 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/11/15 00:56:21 seb Exp $
|
|
|
|
--- Makefile.am.orig 2003-07-18 10:03:36.000000000 +0000
|
|
+++ Makefile.am
|
|
@@ -1,5 +1,5 @@
|
|
SUBDIRS = doc
|
|
|
|
-bin_PROGRAMS = whois
|
|
+bin_PROGRAMS = whois3
|
|
|
|
-whois_SOURCES = whois3.c
|
|
+whois3_SOURCES = whois3.c
|