diff options
author | Marco d'Itri <md@linux.it> | 2009-03-01 19:39:42 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:37 +0100 |
commit | 95229c98ad35c7038bdc1fb7002fa2e5e016741e (patch) | |
tree | 23750febef50600bc3943ec2ecc1df9727cf6d6f /make_tld_serv.pl | |
parent | bd702922f8ffa8f135896fa3807aa06ee7a11428 (diff) | |
download | whois-4.7.31.tar.gz |
Imported Debian version 4.7.31v4.7.31
Diffstat (limited to 'make_tld_serv.pl')
-rwxr-xr-x | make_tld_serv.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make_tld_serv.pl b/make_tld_serv.pl index 6d72e63..b9ad913 100755 --- a/make_tld_serv.pl +++ b/make_tld_serv.pl @@ -16,6 +16,7 @@ while (<>) { $b = "\\x07" if $b eq 'PIR'; $b = "\\x08" if $b eq 'AFILIAS'; $b = "\\x09" if $b eq 'NICCC'; + $b = "\\x0C" if $b eq 'ARPA'; print " \"$a\",\t\"$b\",\n"; } |