Changeset e67fb9b in clfs-embedded for BOOK/final-system/common/iana-etc.xml
- Timestamp:
- Feb 10, 2011, 11:44:59 PM (14 years ago)
- Branches:
- master
- Children:
- 7003296
- Parents:
- a9cb92d (diff), 49c9bc5 (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
ra9cb92d re67fb9b 26 26 <title>Installation of Iana-Etc</title> 27 27 28 <para os="a">The following command converts the raw data provided by IANA into 28 <para os="a">Iana-Etc comes with outdated data and IANA has changed the 29 download location used to obtain up-to-date data. Apply the following patch 30 to use more up to date data and to correct the download location:</para> 31 32 <screen os="b"><userinput>patch -Np1 -i ../&iana-etc-update-patch;</userinput></screen> 33 34 <note os="c"> 35 <para>If you have an internet connection and would like even more up-to-date 36 data to be used when building Iana-Etc, execute: 37 <screen><userinput>make get</userinput></screen> 38 </para> 39 </note> 40 41 <para os="d">The following command converts the raw data provided by IANA into 29 42 the correct formats for the <filename>/etc/protocols</filename> and 30 43 <filename>/etc/services</filename> data files:</para> 31 44 32 <screen os=" b"><userinput>make</userinput></screen>45 <screen os="e"><userinput>make</userinput></screen> 33 46 34 <para os=" c">This package does not come with a test suite.</para>47 <para os="f">This package does not come with a test suite.</para> 35 48 36 <para os=" d">Install the package:</para>49 <para os="g">Install the package:</para> 37 50 38 <screen os=" e"><userinput>make DESTDIR=${CLFS} install</userinput></screen>51 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 39 52 40 53 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.