diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-25 18:50:04 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-25 18:50:04 +0000 |
commit | 0066a92b4bdb8f863d5844340023436747ebf4eb (patch) | |
tree | 3f998c2828dffa93927c563b3ed1d2bc09ce1a6e /chapter06 | |
parent | ee5dcff53f6b8bc6f5aa8d905876923868668050 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/man-db.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 9a3df290b..a32b98a7f 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -60,7 +60,8 @@ --with-browser=/usr/bin/lynx \ --with-vgrind=/usr/bin/vgrind \ --with-grap=/usr/bin/grap \ - --with-systemdtmpfilesdir=</userinput></screen> + --with-systemdtmpfilesdir= \ + --with-systemdsystemunitdir=</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -96,6 +97,14 @@ </listitem> </varlistentry> + <varlistentry revision="sysv"> + <term><parameter>--with-systemd...</parameter></term> + <listitem> + <para>These parameters prevent installing unneeded systemd + directories and files.</para> + </listitem> + </varlistentry> + </variablelist> <para>Compile the package:</para> @@ -109,12 +118,12 @@ <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> - +<!-- <para revision="sysv">Remove an unwanted directory used for service files which would cause some BLFS packages to also install files there: </para> <screen revision="sysv"><userinput remap="install">rm -rfv /lib/systemd</userinput></screen> -<!-- + <para revision="systemd">Remove a reference to a non-existent user:</para> <screen revision="systemd"><userinput remap="install">sed -i "s:man man:root root:g" /usr/lib/tmpfiles.d/man-db.conf</userinput></screen> |