diff options
author | ache <ache@FreeBSD.org> | 1999-12-03 16:56:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-12-03 16:56:57 +0000 |
commit | 9f9ea4099cf000729916428d1730c40e964e1db3 (patch) | |
tree | 5db881ddff2d4c65064e593a56ff316d9e393636 /usr.bin/whois | |
parent | e5fba3d4781608f46c55fa4e7e98340473ff4ae7 (diff) | |
download | FreeBSD-src-9f9ea4099cf000729916428d1730c40e964e1db3.zip FreeBSD-src-9f9ea4099cf000729916428d1730c40e964e1db3.tar.gz |
Change -i host to whois.networksolutions.com
Diffstat (limited to 'usr.bin/whois')
-rw-r--r-- | usr.bin/whois/whois.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 1891359..2aba8f2 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -58,7 +58,7 @@ static const char rcsid[] = #include <unistd.h> #define NICHOST "whois.crsnic.net" -#define INICHOST "whois.internic.net" +#define INICHOST "whois.networksolutions.com" #define DNICHOST "whois.nic.mil" #define GNICHOST "whois.nic.gov" #define ANICHOST "whois.arin.net" |