The Iana-Etc package provides data for network services and protocols.
Iana-Etc comes with outdated data and IANA has changed the download location used to obtain up-to-date data. Apply the following patch to use more up to date data and to correct the download location:
patch -Np1 -i ../iana-etc-2.30-update-1.patch
If you have an internet connection and would like even more up-to-date data to be used when building Iana-Etc, execute:
make get
The following command converts the raw data provided by IANA into
the correct formats for the /etc/protocols
and /etc/services
data files:
make
This package does not come with a test suite.
Install the package:
make DESTDIR=${CLFS} install