Changeset 43100c0 for BOOK/final-system/common
- Timestamp:
- Feb 3, 2014, 3:21:44 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4340580
- Parents:
- 849369d (diff), 961afdcd (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. - Location:
- BOOK/final-system/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
r849369d r43100c0 25 25 <sect2 role="installation"> 26 26 <title>Installation of Diffutils</title> 27 28 <para os="s1">"Fix a file so locale files are installed:"</para> 29 30 <screen os="s2"><userinput>sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in</userinput></screen> 27 31 28 32 <para os="a">Prepare Diffutils for compilation:</para> -
BOOK/final-system/common/expat.xml
r849369d r43100c0 33 33 <screen os="d"><userinput>make</userinput></screen> 34 34 35 <para os="e">To test the results, issue: 36 <userinput>make check</userinput>.</para> 35 <para os="e">To test the results, issue:</para> 36 37 <screen os="e2"><userinput remap="test">make check</userinput></screen> 37 38 38 39 <para os="f">Install the package:</para> -
BOOK/final-system/common/iana-etc.xml
r849369d r43100c0 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.