Эх сурвалжийг харах

Fix some differences between two lfs branches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10485 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 11 жил өмнө
parent
commit
044384de68

+ 4 - 4
chapter06/bc.xml

@@ -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>

+ 1 - 0
chapter06/createfiles.xml

@@ -83,6 +83,7 @@ sys:x:2:
 kmem:x:3:
 tape:x:4:
 tty:x:5:
+daemon:x:6:
 floppy:x:7:
 disk:x:8:
 lp:x:9:

+ 1 - 1
chapter06/xz.xml

@@ -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>