Changeset ef4309d


Ignore:
Timestamp:
08/03/2006 04:17:36 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Children:
1eb4791
Parents:
49463ff
Message:

Updated db patch to LFS patch style.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r49463ff ref4309d  
    4040      <para>August 2, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[dnicholson] - Fixed Berkeley DB patch to conform to
     44          LFS style.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[dnicholson] - Added to the list of acceptable features in
  • chapter06/db.xml

    r49463ff ref4309d  
    5858    <para>Patch the package to eliminate potential trap events:</para>
    5959
    60 <screen><userinput>patch -Np0 -i ../&db-trap-patch;</userinput></screen>
     60<screen><userinput>patch -Np1 -i ../&db-trap-patch;</userinput></screen>
    6161
    6262    <para>Prepare Berkeley DB for compilation:</para>
  • general.ent

    r49463ff ref4309d  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!ENTITY version "6.2">
    3 <!ENTITY releasedate "August 1, 2006">
     3<!ENTITY releasedate "August 2, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • patches.ent

    r49463ff ref4309d  
    2929
    3030
    31 <!ENTITY db-trap-patch "db-&db-version;-trap-1.patch">
    32 <!ENTITY db-trap-patch-md5 "fb8cd6be418eac24b1916c53080ce1f3">
    33 <!ENTITY db-trap-patch-size "1.7 KB">
     31<!ENTITY db-trap-patch "db-&db-version;-trap-2.patch">
     32<!ENTITY db-trap-patch-md5 "32c6fd0e8a534f8de376e00758509dfa">
     33<!ENTITY db-trap-patch-size "1.9 KB">
    3434
    3535<!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
Note: See TracChangeset for help on using the changeset viewer.