Changeset e343da6


Ignore:
Timestamp:
05/30/2022 09:25:30 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
23f2a66
Parents:
3b8d6f5
git-author:
Xi Ruoyao <xry111@…> (05/29/2022 02:34:42 AM)
git-committer:
William Harrington <kb0iic@…> (05/30/2022 09:25:30 PM)
Message:

systemd: use a better way to disable /usr/lib/pam.d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r3b8d6f5 re343da6  
    6666      -Dman=false                   \
    6767      -Dmode=release                \
     68      -Dpamconfdir=no               \
    6869      -Ddocdir=/usr/share/doc/systemd-&systemd-version; \
    6970      ..</userinput></screen>
     
    160161      </varlistentry>
    161162
     163      <varlistentry>
     164        <term><parameter>-Dpamconfdir=no</parameter></term>
     165        <listitem>
     166          <para>Prevent the installation of a PAM configuration file not
     167          functional on LFS.</para>
     168        </listitem>
     169      </varlistentry>
    162170    </variablelist>
    163171
     
    175183         component in the path.  -->
    176184<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 -C /usr/share/man</userinput></screen>
    177 
    178     <para>Remove a useless directory:</para>
    179 
    180 <screen><userinput remap="install">rm -rf /usr/lib/pam.d</userinput></screen>
    181185
    182186    <para>Create the <filename>/etc/machine-id</filename> file needed by
Note: See TracChangeset for help on using the changeset viewer.