diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2017-07-26 15:48:39 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2017-07-26 15:48:39 +0000 |
commit | fd89ab37a271fe322f892390dc73e04b973ecfe2 (patch) | |
tree | b418ee64483380b0a88e52502819bc2e66daa9f5 /usr.bin/whois | |
parent | e76a751b78c0d0397b68675451ded90f1b9fd674 (diff) |
Teach whois(1) to use the new whois referral field name which has now gone
live on at least .com/.net servers. Changes to this and other fields mentioned
in https://www.icann.org/resources/pages/rdds-labeling-policy-2017-02-01-en.
ok millert@
Diffstat (limited to 'usr.bin/whois')
-rw-r--r-- | usr.bin/whois/whois.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 907d102b2f8..177dc5228fa 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -1,4 +1,4 @@ -/* $OpenBSD: whois.c,v 1.55 2017/03/17 14:59:01 millert Exp $ */ +/* $OpenBSD: whois.c,v 1.56 2017/07/26 15:48:38 sthen Exp $ */ /* * Copyright (c) 1980, 1993 @@ -62,7 +62,7 @@ #define QNICHOST_TAIL ".whois-servers.net" #define WHOIS_PORT "whois" -#define WHOIS_SERVER_ID "Whois Server:" +#define WHOIS_SERVER_ID "Registrar WHOIS Server:" #define WHOIS_RECURSE 0x01 #define WHOIS_QUICK 0x02 |