Changeset b7b0eea for chapter06


Ignore:
Timestamp:
12/05/2019 06:47:12 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
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, 9.1, 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:
1a96e748
Parents:
bec76ac
Message:

Update to bc-2.4.0
Update to linux-5.4.2
Update to systemd-244
Update to shadow-4.8

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    rbec76ac rb7b0eea  
    5151
    5252    <para>Disable the installation of the <command>groups</command> program
    53     and its man pages, as Coreutils provides a better version. Also 
    54     Prevent the installation of manual pages that were already installed in
     53    and its man pages, as Coreutils provides a better version. Also,
     54    prevent the installation of manual pages that were already installed in
    5555    <xref linkend="ch-system-man-pages"/>:</para>
    5656
     
    108108
    109109<screen><userinput remap="install">make install</userinput></screen>
    110 
     110    <!--
    111111    <para>Move a misplaced program to its proper location:</para>
    112112
    113113<screen><userinput remap="install">mv -v /usr/bin/passwd /bin</userinput></screen>
     114    -->
    114115
    115116    <!-- <para>Move Shadow's libraries to more appropriate locations:</para>
  • chapter06/systemd.xml

    rbec76ac rb7b0eea  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
    42 
     42<!--
    4343    <para>First, apply a patch to fix various bugs since the release
    4444    of systemd-243.</para>
    4545
    4646<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
     47-->
    4748
    4849    <para>Create a symlink to work around missing xsltproc:</para>
     
    6970    rules:</para>
    7071
    71 <screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen>
     72<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in</userinput></screen>
    7273
    7374    <para>Prepare systemd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.