- Timestamp:
- Jan 29, 2011, 9:50:07 PM (14 years ago)
- Branches:
- master
- Children:
- 912d975
- Parents:
- 21f1019
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iana-etc.xml
r21f1019 rc5ecc1b 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> -
BOOK/materials/common/patches.xml
r21f1019 rc5ecc1b 38 38 39 39 <varlistentry> 40 <term>Iana-Etc Update Patch - <token>&iana-etc-update-patch-size;</token>:</term> 41 <listitem> 42 <para>Download: <ulink 43 url="&patches-root;&iana-etc-update-patch;"/></para> 44 <para>MD5 sum: <literal>&iana-etc-update-patch-md5;</literal></para> 45 </listitem> 46 </varlistentry> 47 48 <varlistentry> 40 49 <term>uClibc Configs Patch - <token>&uclibc-configs-patch-size;</token>:</term> 41 50 <listitem> -
BOOK/patches.ent
r21f1019 rc5ecc1b 16 16 <!ENTITY uclibc-configs-patch-md5 "4770c8abc23e10aae6cfbfca41624d4d"> 17 17 <!ENTITY uclibc-configs-patch-size "52 KB"> 18 19 <!ENTITY iana-etc-update-patch "iana-etc-&iana-etc-version;-update.patch"> 20 <!ENTITY iana-etc-update-patch-md5 "ab594a1ec88d2e05f7379d4e4e2cdbdf"> 21 <!ENTITY iana-etc-update-patch-size "864 KB"> 18 22 19 23 <!-- Beyond patches -->
Note:
See TracChangeset
for help on using the changeset viewer.