diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/file.xml | 12 | ||||
-rw-r--r-- | packages.ent | 12 |
3 files changed, 20 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2841f219c..3429be4ae 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,9 @@ <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> <listitem> diff --git a/chapter06/file.xml b/chapter06/file.xml index 78181dc73..674a148ba 100644 --- a/chapter06/file.xml +++ b/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> diff --git a/packages.ent b/packages.ent index f01352b60..65581a95d 100644 --- a/packages.ent +++ b/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"> |