diff options
author | matusita <matusita@FreeBSD.org> | 2003-02-13 14:00:27 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-02-13 14:00:27 +0000 |
commit | 22fe3e8aa73c248c99631f065ab51d2818e45108 (patch) | |
tree | 932f70a8b1899d5a70bf3005c13895c1889c608b /net/jwhois | |
parent | 958338825b3398be5b08f6e11e48a9fc29eee5fb (diff) | |
download | FreeBSD-ports-22fe3e8aa73c248c99631f065ab51d2818e45108.zip FreeBSD-ports-22fe3e8aa73c248c99631f065ab51d2818e45108.tar.gz |
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)
Diffstat (limited to 'net/jwhois')
-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 0000000..cad849b --- /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"; |