Author: krejzi
Date: Tue Feb 18 13:59:02 2014
New Revision: 10485

Log:
Fix some differences between two lfs branches.

Modified:
   branches/systemd/BOOK/chapter06/bc.xml
   branches/systemd/BOOK/chapter06/createfiles.xml
   branches/systemd/BOOK/chapter06/xz.xml

Modified: branches/systemd/BOOK/chapter06/bc.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/bc.xml      Tue Feb 18 13:38:17 2014        
(r10484)
+++ branches/systemd/BOOK/chapter06/bc.xml      Tue Feb 18 13:59:02 2014        
(r10485)
@@ -43,10 +43,10 @@
 
     <para>Prepare Bc for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr   \
-            --with-readline \
-            --infodir=/usr/share/info \
-            --mandir=/usr/share/man</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr           \
+            --with-readline         \
+            --mandir=/usr/share/man \
+            --infodir=/usr/share/info</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>

Modified: branches/systemd/BOOK/chapter06/createfiles.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/createfiles.xml     Tue Feb 18 13:38:17 
2014        (r10484)
+++ branches/systemd/BOOK/chapter06/createfiles.xml     Tue Feb 18 13:59:02 
2014        (r10485)
@@ -83,6 +83,7 @@
 kmem:x:3:
 tape:x:4:
 tty:x:5:
+daemon:x:6:
 floppy:x:7:
 disk:x:8:
 lp:x:9:

Modified: branches/systemd/BOOK/chapter06/xz.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/xz.xml      Tue Feb 18 13:38:17 2014        
(r10484)
+++ branches/systemd/BOOK/chapter06/xz.xml      Tue Feb 18 13:59:02 2014        
(r10485)
@@ -60,7 +60,7 @@
   correct directory:</para>
 
 <screen><userinput remap="install">make install
-mv -v   /usr/bin/{lzcat,lzma,unlzma,unxz,xz,xzcat} /bin
+mv -v   /usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin
 mv -v /usr/lib/liblzma.so.* /lib
 ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) 
/usr/lib/liblzma.so</userinput></screen>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to