Author: randy
Date: 2010-11-05 09:58:06 -0600 (Fri, 05 Nov 2010)
New Revision: 8666

Modified:
   trunk/BOOK/postlfs/security/attr.xml
Log:
Minor fixes to the attr instructions

Modified: trunk/BOOK/postlfs/security/attr.xml
===================================================================
--- trunk/BOOK/postlfs/security/attr.xml        2010-11-05 15:56:42 UTC (rev 
8665)
+++ trunk/BOOK/postlfs/security/attr.xml        2010-11-05 15:58:06 UTC (rev 
8666)
@@ -67,9 +67,9 @@
     <para>Install <application>attr</application> by running the following
     commands:</para>
 
-<screen><userinput>sed -i -e 's|doc/@pkg_name@|&amp;-...@pkg_version@|' \
-       -e 's|@prefix|$(DESTDIR)&amp;|'            \
-       -e 's|@libexec|$(DESTDIR)&amp;|'           \
+<screen><userinput>sed -i -e 's|/@pkg_name@|&amp;-...@pkg_version@|' \
+       -e 's|@prefix|$(DESTDIR)&amp;|'         \
+       -e 's|@libexec|$(DESTDIR)&amp;|'        \
     include/builddefs.in &amp;&amp;
 
 ./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
@@ -80,7 +80,8 @@
     <command>make tests root-tests ext-tests</command>.  For meaningful 
results,
     the tests need to be carried out on a file system that supports extended
     attributes. Some failures will occur due to a missing script called
-    sort-getfattr-output which is not part of the tarball.</para>
+    <filename>sort-getfattr-output</filename> which is not part of the
+    tarball.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
@@ -110,7 +111,8 @@
       needs to support extended attributes.</para>
 
       <para>One way to achieve this is to add the user_xattr option to an ext3
-      filesystem in the /etc/fstab file as shown below:</para>
+      filesystem in the <filename>/etc/fstab</filename> file as shown
+      below:</para>
 
 <screen># file system  mount-point  type   options                 dump  fsck
 #                                                                order

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to