Author: renodr
Date: Wed Apr  3 20:25:39 2019
New Revision: 11568

Log:
In systemd, we specify removing a directory (/usr/lib/rpm). However, we remove 
the /usr/bin/xsltproc file in the same block, so expand the description

Modified:
   trunk/BOOK/chapter06/systemd.xml

Modified: trunk/BOOK/chapter06/systemd.xml
==============================================================================
--- trunk/BOOK/chapter06/systemd.xml    Tue Apr  2 15:35:54 2019        (r11567)
+++ trunk/BOOK/chapter06/systemd.xml    Wed Apr  3 20:25:39 2019        (r11568)
@@ -188,7 +188,7 @@
 
 <screen><userinput remap="install">LANG=en_US.UTF-8 ninja 
install</userinput></screen>
 
-    <para>Remove an unnecessary directory:</para>
+    <para>Remove an unnecessary directory and file:</para>
 
 <screen><userinput remap="install">rm -rfv /usr/lib/rpm
 rm -f /usr/bin/xsltproc</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