- Timestamp:
- Jan 29, 2011, 6:56:30 PM (14 years ago)
- Branches:
- master
- Children:
- e67fb9b
- Parents:
- e0c6774 (diff), 21f1019 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iana-etc.xml
re0c6774 ra9cb92d 26 26 <title>Installation of Iana-Etc</title> 27 27 28 <para os="a">The <filename>protocol-numbers.dist</filename> and 29 <filename>port-numbers.dist</filename> files that come with Iana-Etc 30 are outdated. Also, IANA has moved their copy of protocol-numbers. 31 In order to ensure we use correct and up to date data, first modify the 32 Makefile and then download the updates:</para> 28 <para os="a">The following command converts the raw data provided by IANA into 29 the correct formats for the <filename>/etc/protocols</filename> and 30 <filename>/etc/services</filename> data files:</para> 33 31 34 <screen os="b"><userinput>sed -i '/file=/s@protocol-numbers@&/&.txt@' Makefile 35 make get</userinput></screen> 32 <screen os="b"><userinput>make</userinput></screen> 36 33 37 <para os="c">The following command then converts the raw data provided by 38 IANA into the correct formats for the <filename>/etc/protocols</filename> 39 and <filename>/etc/services</filename> data files:</para> 34 <para os="c">This package does not come with a test suite.</para> 40 35 41 <screen os="d"><userinput>make</userinput></screen>36 <para os="d">Install the package:</para> 42 37 43 <para os="e">This package does not come with a test suite.</para> 44 45 <para os="f">Install the package:</para> 46 47 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 38 <screen os="e"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 48 39 49 40 </sect2> … … 93 84 94 85 </sect1> 95
Note:
See TracChangeset
for help on using the changeset viewer.