Author: randy
Date: 2010-03-07 13:10:17 -0700 (Sun, 07 Mar 2010)
New Revision: 8312

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/acl.xml
Log:
Updated to ACL-2.2.49

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-03-07 19:44:17 UTC (rev 8311)
+++ trunk/BOOK/general.ent      2010-03-07 20:10:17 UTC (rev 8312)
@@ -94,7 +94,7 @@
 <!ENTITY polkit-gnome-version         "0.94">
 <!ENTITY consolekit-version           "0.4.1">
 <!ENTITY attr-version                 "2.4.44">
-<!ENTITY acl-version                  "2.2.48">
+<!ENTITY acl-version                  "2.2.49">
 
 <!-- Chapter 5 -->
 <!ENTITY reiser-version               "3.6.21">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-03-07 19:44:17 UTC 
(rev 8311)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-03-07 20:10:17 UTC 
(rev 8312)
@@ -45,6 +45,9 @@
       <para>March 7th, 2010</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated to ACL-2.2.49.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Updated to whois-5.0.1.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/postlfs/security/acl.xml
===================================================================
--- trunk/BOOK/postlfs/security/acl.xml 2010-03-07 19:44:17 UTC (rev 8311)
+++ trunk/BOOK/postlfs/security/acl.xml 2010-03-07 20:10:17 UTC (rev 8312)
@@ -6,8 +6,8 @@
 
   <!ENTITY acl-download-http 
"http://mirrors.zerg.biz/nongnu/acl/acl-&acl-version;.src.tar.gz";>
   <!ENTITY acl-download-ftp  
"ftp://oss.sgi.com/projects/xfs/cmd_tars-oct_09/acl-&acl-version;.src.tar.gz";>
-  <!ENTITY acl-md5sum        "6ed035f4b7dffc7de5ef871f86a5cab8">
-  <!ENTITY acl-size          "353 KB">
+  <!ENTITY acl-md5sum        "181445894cca986da9ae0099d5ce2d08">
+  <!ENTITY acl-size          "362 KB">
   <!ENTITY acl-buildsize     "5 MB">
   <!ENTITY acl-time          "0.1 SBU">
 ]>
@@ -71,7 +71,8 @@
     <para>Install <application>acl</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
+<screen><userinput>sed -i "s|/@pkg_name@|&amp;-...@pkg_version@|" 
include/builddefs.in &amp;&amp;
+./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
 make</userinput></screen>
 
     <para>For meaningful results, the tests need to be carried out on a file
@@ -84,8 +85,7 @@
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>make install install-dev install-lib &amp;&amp;
-mv /usr/share/doc/acl /usr/share/doc/acl-&acl-version;</userinput></screen>
+<screen role="root"><userinput>make install install-dev 
install-lib</userinput></screen>
 
     <para>You should now re-install <application><ulink
     url="&lfs-root;/chapter06/coreutils.html">Coreutils</ulink>
@@ -97,6 +97,14 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><command>sed -i ... include/builddefs.in</command>: This command
+    changes the documentation directory to a versioned directory.</para>
+
+  </sect2>
+
   <sect2 role="configuration">
     <title>Configuring attr</title>
     <sect3><title>Configuration Information</title>

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