iana-etc-2.00
ln -f -s protocol-numbers.dist protocol-numbers
gawk --re-interval -f protocols.gawk protocol-numbers > protocols
ln -f -s port-numbers.dist port-numbers
gawk -f services.gawk port-numbers > services
install -d /etc
install -m 644 protocols /etc
install -m 644 services /etc

real	0m0.244s
user	0m0.224s
sys	0m0.020s
