Author: bdubbs
Date: Mon Feb 25 10:50:04 2019
New Revision: 11534

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

Modified:
   trunk/BOOK/chapter06/man-db.xml

Modified: trunk/BOOK/chapter06/man-db.xml
==============================================================================
--- trunk/BOOK/chapter06/man-db.xml     Mon Feb 25 07:37:20 2019        (r11533)
+++ trunk/BOOK/chapter06/man-db.xml     Mon Feb 25 10:50:04 2019        (r11534)
@@ -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>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to