Bugzilla – Bug 130712
/usr/sbin/whois does nothing
Last modified: 2005-11-02 08:51:08 UTC
There's a /usr/sbin/whois executable that does nothing. I had to install the 'whois' package instead, which installs /usr/bin/whois
Created attachment 55977 [details] Work around This will fix it rm /usr/sbin/whois ln -s /usr/bin/whois /usr/sbin/whois
This does not belong to any package.