diff options
author | Marco d'Itri <md@linux.it> | 2008-03-23 19:18:34 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:36 +0100 |
commit | d0c35c4219530ba3cc323ce6a781a3ba58baf872 (patch) | |
tree | a05e3a6f97c816a3d793b087041e6ee1bec7ff5a /make_tld_serv.pl | |
parent | 2551e961c2d9be50c9787a18a0772dff558d9a03 (diff) | |
download | whois-d0c35c4219530ba3cc323ce6a781a3ba58baf872.tar.gz |
Imported Debian version 4.7.25v4.7.25
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 ffe804e..6d72e63 100755 --- a/make_tld_serv.pl +++ b/make_tld_serv.pl @@ -14,6 +14,7 @@ while (<>) { $b = "\\x03" if $b eq 'NONE'; $b = "\\x04" if $b eq 'CRSNIC'; $b = "\\x07" if $b eq 'PIR'; + $b = "\\x08" if $b eq 'AFILIAS'; $b = "\\x09" if $b eq 'NICCC'; print " \"$a\",\t\"$b\",\n"; } |