diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-13 20:08:36 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-06-26 11:04:58 -0400 |
commit | 32bd67ecfa1c24efdb3a10e3bd3ac39d89f8e494 (patch) | |
tree | 2b2706b0d713ad8f28cc660b7418f8f52c56f789 /net-misc/jwhois | |
parent | app-shells/bash: remove unused patches (diff) | |
download | gentoo-32bd67ecfa1c24efdb3a10e3bd3ac39d89f8e494.tar.gz gentoo-32bd67ecfa1c24efdb3a10e3bd3ac39d89f8e494.tar.bz2 gentoo-32bd67ecfa1c24efdb3a10e3bd3ac39d89f8e494.zip |
net-misc/jwhois: remove unused patch
Diffstat (limited to 'net-misc/jwhois')
-rw-r--r-- | net-misc/jwhois/files/jwhois-3.2.3-whois-de.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-misc/jwhois/files/jwhois-3.2.3-whois-de.patch b/net-misc/jwhois/files/jwhois-3.2.3-whois-de.patch deleted file mode 100644 index 9bd56b5b2eda..000000000000 --- a/net-misc/jwhois/files/jwhois-3.2.3-whois-de.patch +++ /dev/null @@ -1,18 +0,0 @@ -fix from upstream cvs - -http://bugs.gentoo.org/159776 - ---- jwhois-3.2.3/example/jwhois.conf -+++ jwhois-3.2.3/example/jwhois.conf -@@ -180,7 +180,10 @@ - "\\.cx$" = "whois.nic.cx"; - "\\.cy$" = "whois.ripe.net"; - "\\.cz$" = "whois.nic.cz"; -- "\\.de$" = "www.denic.de"; -+ "\\.de$" { -+ whois-server = "whois.denic.de"; -+ query-format = "-C UTF-8 -T dn,ace $*"; -+ } - "\\.dk$" = "whois.dk-hostmaster.dk"; - "\\.do$" = "whois.nic.do"; - "\\.dz$" = "whois.ripe.net"; |