浏览代码

Minor fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 11 年之前
父节点
当前提交
4ef6ea00ca
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      chapter06/acl.xml
  2. 1 1
      chapter06/attr.xml
  3. 1 1
      chapter06/libcap.xml

+ 1 - 1
chapter06/acl.xml

@@ -64,7 +64,7 @@
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install install-dev install-lib
-chmod -v 0755 /usr/lib/libacl.so</userinput></screen>
+chmod -v 755 /usr/lib/libacl.so</userinput></screen>
 
     <para>The shared library needs to be moved to
     <filename class="directory">/lib</filename>, and as a result the

+ 1 - 1
chapter06/attr.xml

@@ -68,7 +68,7 @@
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install install-dev install-lib
-chmod -v 0755 /usr/lib/libattr.so</userinput></screen>
+chmod -v 755 /usr/lib/libattr.so</userinput></screen>
 
     <para>The shared library needs to be moved to
     <filename class="directory">/lib</filename>, and as a result the

+ 1 - 1
chapter06/libcap.xml

@@ -52,7 +52,7 @@
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install
-chmod -v 0755 /usr/lib/libcap.so.2.22</userinput></screen>
+chmod -v 755 /usr/lib/libcap.so</userinput></screen>
 
     <para>The shared library needs to be moved to
     <filename class="directory">/lib</filename>, and as a result the