Changeset 585e6ec for chapter06


Ignore:
Timestamp:
05/01/2020 06:41:27 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e35b465
Parents:
6695e39
Message:

Update to tzdata-2020a.
Update to meson-0.54.1.
Update to iana-etc-20200429.
Update to linux-5.6.8.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iana-etc.xml

    r6695e39 r585e6ec  
    4242    <title>Installation of Iana-Etc</title>
    4343
    44     <para>The following command converts the raw data provided by IANA into the
    45     correct formats for the <filename>/etc/protocols</filename> and
    46     <filename>/etc/services</filename> data files:</para>
     44    <para>For this package, we only need to copy the files into place:</para>
    4745
    48 <screen><userinput remap="make">make</userinput></screen>
    49 
    50     <para>This package does not come with a test suite.</para>
    51 
    52     <para>Install the package:</para>
    53 
    54 <screen><userinput remap="install">make install</userinput></screen>
     46<screen><userinput remap="install">cp services protocols /etc</userinput></screen>
    5547
    5648  </sect2>
Note: See TracChangeset for help on using the changeset viewer.