rWhois does not bind to tcp4

Running FreeBSD 7.3, I installed the port from net/rwhoisd. When I run the server, it only binds to tcp6.

Code:
tcp6       0      0 *.rwhois               *.*                    LISTEN

How do I fix this so that it listens on all interfaces?
 
Back
Top