Changeset c5b321b
- Timestamp:
- Feb 2, 2014, 2:37:37 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 05414a8
- Parents:
- d9ae447
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iana-etc.xml
rd9ae447 rc5b321b 26 26 <title>Installation of Iana-Etc</title> 27 27 28 <note os="p1"> 29 <para>This package has the option of downloading updated data when internet access is available. If /etc/resolv.conf has a nameserver entry and internet access is available at this step, then apply the IANA get patch and get the updated data: 30 <screen><command>patch -Np1 -i ../&iana-etc-get_fix-patch;</command> 31 <command>make get</command></screen> 32 Do not apply the following patch.</para> 33 </note> 28 <para os="p2">The following patch updates the services and protocol xml files:</para> 34 29 35 <para os="p2">The following patch updates the services and protocol files:</para> 36 37 <screen os="p3"><userinput>patch -Np1 -i ../&iana-etc-numbers_update-patch;</userinput></screen> 30 <screen os="p3"><userinput>xzcat ../&iana-etc-numbers_update-patch; | patch -Np1 -i -</userinput></screen> 38 31 39 32 <para os="a">The following command converts the raw data provided by IANA into … … 41 34 <filename>/etc/services</filename> data files:</para> 42 35 43 <screen os="b"><userinput>make</userinput></screen> 36 <screen os="b"><userinput>make get && 37 make</userinput></screen> 44 38 45 39 <para os="c">This package does not come with a test suite.</para>
Note:
See TracChangeset
for help on using the changeset viewer.