Changeset 98c3af0


Ignore:
Timestamp:
03/07/2006 07:15:51 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
37153e0
Parents:
c0c7bc2
Message:

Ported r7409:7410 from trunk to udev_update branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7411 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc0c7bc2 r98c3af0  
    3838
    3939    <listitem>
     40      <para>March 7, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[archaic] - Replaced the debian-specific groff patch with an
     44          LFS-style patch.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>March 3, 2006</para>
    4151      <itemizedlist>
    4252        <listitem>
    43           <para>[gereard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
     53          <para>[gerard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
    4454          to Dan Nicholson for the patch.</para>
    4555        </listitem>
     
    5868
    5969    <listitem>
    60       <para>Febraury 27, 2006</para>
     70      <para>February 27, 2006</para>
    6171      <itemizedlist>
    6272        <listitem>
     
    6878
    6979    <listitem>
    70       <para>Febraury 20, 2006</para>
     80      <para>February 20, 2006</para>
    7181      <itemizedlist>
    7282        <listitem>
     
    8595
    8696    <listitem>
    87       <para>Febraury 19, 2006</para>
     97      <para>February 19, 2006</para>
    8898      <itemizedlist>
    8999        <listitem>
     
    143153
    144154    <listitem>
    145       <para>Febraury 10, 2006</para>
     155      <para>February 10, 2006</para>
    146156      <itemizedlist>
    147157        <listitem>
  • chapter01/whatsnew.xml

    rc0c7bc2 r98c3af0  
    194194
    195195    <listitem>
    196       <para>Groff &groff-version;-&groff-patchlevel;</para>
     196      <para>Groff &groff-version;</para>
    197197    </listitem>
    198198
     
    218218    </listitem>
    219219    <listitem>
     220      <para>&groff-debian-patch;</para>
     221    </listitem>
     222    <listitem>
    220223      <para>Berkeley DB-&db-version;</para>
    221224    </listitem>
  • chapter03/patches.xml

    rc0c7bc2 r98c3af0  
    104104
    105105    <varlistentry>
    106       <term>Groff Debian Patch - 129 KB:</term>
    107       <listitem>
    108         <para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
    109 
    110         <note>
    111           <para>Groff Debian Patch (&groff-version;-&groff-patchlevel;) may no
    112           longer be available at the listed location. The site administrators
    113           of the master download location occasionally remove older versions
    114           when new ones are released. There is no alternative download location
    115           yet.</para>
    116         </note>
    117         <!-- Actually there's snapshot.debian.net, but they have hardware problems -->
     106      <term>Groff Debian Patch - 360 KB:</term>
     107      <listitem>
     108        <para><ulink url="&patches-root;&groff-debian-patch;"/></para>
    118109      </listitem>
    119110    </varlistentry>
  • chapter06/groff.xml

    rc0c7bc2 r98c3af0  
    4848    <quote>nippon</quote> devices to Groff:</para>
    4949
    50 <screen><userinput>zcat ../&groff-debian-patch; | patch -Np1</userinput></screen>
     50<screen><userinput>patch -Np1 -i ../&groff-debian-patch;</userinput></screen>
    5151
    5252    <note>
  • general.ent

    rc0c7bc2 r98c3af0  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "udev_update-20060305">
    3 <!ENTITY releasedate "March 5, 2006">
     2<!ENTITY version "udev_update-20060307">
     3<!ENTITY releasedate "March 7, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "udev_update"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     
    5050<!ENTITY grep-version "2.5.1a">
    5151<!ENTITY groff-version "1.18.1.1">
    52 <!ENTITY groff-patchlevel "11">
    5352<!ENTITY grub-version "0.97">
    5453<!ENTITY gzip-version "1.3.5">
  • patches.ent

    rc0c7bc2 r98c3af0  
    2323<!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
    2424
    25 <!ENTITY groff-debian-patch "groff_&groff-version;-&groff-patchlevel;.diff.gz">
     25<!ENTITY groff-debian-patch "groff-&groff-version;-debian_fixes-1.patch">
    2626
    2727<!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.