Bläddra i källkod

Updated File to 4.26

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 17 år sedan
förälder
incheckning
db9c33ed72
3 ändrade filer med 20 tillägg och 7 borttagningar
  1. 3 0
      chapter01/changelog.xml
  2. 11 1
      chapter06/file.xml
  3. 6 6
      packages.ent

+ 3 - 0
chapter01/changelog.xml

@@ -40,6 +40,9 @@
     <listitem>
       <para>2008-10-09</para>
       <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated File to 4.26</para>
+        </listitem>
         <listitem>
           <para>[randy] - Updated Shadow to 4.1.2.1.</para>
         </listitem>

+ 11 - 1
chapter06/file.xml

@@ -41,6 +41,14 @@
   <sect2 role="installation">
     <title>Installation of File</title>
 
+    <para>Fix the man page so that it will reflect recent changes to the
+    <parameter>-e</parameter> (<parameter>--exclude</parameter>)
+    parameter:</para>
+
+<screen><userinput remap="pre">sed -i -e '197,+1d' \
+       -e '189,+1d' \
+       -e 's/token$/tokens/' doc/file.man</userinput></screen>
+
     <para>Prepare File for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
@@ -49,7 +57,9 @@
 
 <screen><userinput remap="make">make</userinput></screen>
 
-    <para>This package does not come with a test suite.</para>
+    <para>To test the results, issue:</para>
+
+<screen><userinput remap="test">make check</userinput></screen>
 
     <para>Install the package:</para>
 

+ 6 - 6
packages.ent

@@ -130,12 +130,12 @@
 <!ENTITY expect-ch5-du "4 MB">
 <!ENTITY expect-ch5-sbu "0.1 SBU">
 
-<!ENTITY file-version "4.23">
-<!ENTITY file-size "551 KB">
-<!ENTITY file-url "ftp://ftp.gw.com/mirrors/unix/file/file-&file-version;.tar.gz">
-<!ENTITY file-md5 "014a69979a8d5225a6ca2bcc4d7e967e">
-<!ENTITY file-home " ">
-<!ENTITY file-ch6-du "7.9 MB">
+<!ENTITY file-version "4.26">
+<!ENTITY file-size "584 KB">
+<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
+<!ENTITY file-md5 "74cd5466416136da30a4e69f74dbc7a0">
+<!ENTITY file-home "http://www.darwinsys.com/file/">
+<!ENTITY file-ch6-du "8.9 MB">
 <!ENTITY file-ch6-sbu "0.1 SBU">
 
 <!ENTITY findutils-version "4.4.0">