diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-02-13 14:00:27 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-02-13 14:00:27 +0000 |
commit | 4f98c5bd3cd6713754c8f861d579369be7f33574 (patch) | |
tree | 035c1392fa61ce3a258b96dfcdbf2623237dc379 /net | |
parent | Update to version 3.2.1. (diff) |
Add a patch for jwhois.conf, which enables to query *-MNT RIPE
maintainer handle ID to whois.ripe.net. Note that this change
is now incorporated into current jwhois code also; we can simply
remove if new jwhois release is available.
Requested by: Frank Altpeter <frank@altpeter.de>
Discussed with: Peter Karlsson <peter@softwolves.pp.se> (jwhois developer)
Notes
Notes:
svn path=/head/; revision=75460
Diffstat (limited to 'net')
-rw-r--r-- | net/jwhois/files/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/jwhois/files/patch-ad b/net/jwhois/files/patch-ad new file mode 100644 index 000000000000..cad849ba2e67 --- /dev/null +++ b/net/jwhois/files/patch-ad @@ -0,0 +1,10 @@ +--- example/jwhois.conf 2003/02/04 21:21:16 1.94 ++++ example/jwhois.conf 2003/02/12 20:01:16 1.95 +@@ -410,6 +410,7 @@ + "^COHO-[0-9]+$" = "whois.corenic.net"; + + ".*-RIPE$" = "whois.ripe.net"; ++ ".*-MNT$" = "whois.ripe.net"; + ".*-ARIN$" = "whois.arin.net"; + ".*-AP$" = "whois.apnic.net"; + ".*-ORG$" = "whois.internic.net"; |