Bug 486857

Summary: Handle .co.cm, .com.cm and .net.cm domains for whois correct
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: jwhoisAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: vcrhonek
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-27 10:26:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Scheck 2009-02-22 15:39:14 UTC
Description of problem:
Handle .co.cm, .com.cm and .net.cm domains for whois correct, there are whois
servers, which we are currently not using. They're working for me fine. Please
note, that .cm directly has no whois server, because the .co.cm, .com.cm and
.net.cm are some kind of half-official sub-registries as very often in world of
DNS... ;-)

Version-Release number of selected component (if applicable):
jwhois-4.0-10

How reproducible:
Everytime.

Actual results:
# whois nic.net.cm
[Querying whois.internic.net]
[whois.internic.net]

[...]
#

Expected results:
Add the following lines after "\\.cl$" in /etc/jwhois.conf:

        "\\.co\\.cm$" = "whois.netcom.cm";
        "\\.com\\.cm$" = "whois.netcom.cm";
        "\\.net\\.cm$" = "whois.netcom.cm";

Afterwards everything should be fine here.

Additional info:
Please try to get this fix upstream - upstream is unluckily always very very
unresponsive to me.