Changeset 81ef690 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:36 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
3ca4306
Parents:
8b0e0da8
git-author:
Thomas Trepl <thomas@…> (12/09/2019 07:38:51 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:36 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    r8b0e0da8 r81ef690  
    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

    r8b0e0da8 r81ef690  
    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.