Changeset 0066a92


Ignore:
Timestamp:
02/25/2019 06:50:04 PM (5 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, 8.4, 9.0, 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:
2b75e7e5
Parents:
ee5dcff
Message:

Change the method of supressing installation of /etc/systmed
in man-db.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/man-db.xml

    ree5dcff r0066a92  
    6161            --with-vgrind=/usr/bin/vgrind        \
    6262            --with-grap=/usr/bin/grap            \
    63             --with-systemdtmpfilesdir=</userinput></screen>
     63            --with-systemdtmpfilesdir=           \
     64            --with-systemdsystemunitdir=</userinput></screen>
    6465
    6566    <variablelist>
     
    9798      </varlistentry>
    9899
     100      <varlistentry revision="sysv">
     101        <term><parameter>--with-systemd...</parameter></term>
     102        <listitem>
     103          <para>These parameters prevent installing unneeded systemd
     104          directories and files.</para>
     105        </listitem>
     106      </varlistentry>
     107
    99108    </variablelist>
    100109
     
    110119
    111120<screen><userinput remap="install">make install</userinput></screen>
    112 
     121<!--
    113122    <para revision="sysv">Remove an unwanted directory used for service files
    114123    which would cause some BLFS packages to also install files there: </para>
    115124
    116125<screen revision="sysv"><userinput remap="install">rm -rfv /lib/systemd</userinput></screen>
    117 <!--
     126
    118127    <para revision="systemd">Remove a reference to a non-existent user:</para>
    119128
Note: See TracChangeset for help on using the changeset viewer.