Переглянути джерело

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
Dan Nichilson 19 роки тому
батько
коміт
b9c4d20097
4 змінених файлів з 9 додано та 5 видалено
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/db.xml
  3. 1 1
      general.ent
  4. 3 3
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>August 2, 2006</para>
       <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Fixed Berkeley DB patch to conform to
+          LFS style.</para>
+        </listitem>
         <listitem>
           <para>[dnicholson] - Added to the list of acceptable features in
           ext3 file systems. Thanks to George Gowers.</para>

+ 1 - 1
chapter06/db.xml

@@ -57,7 +57,7 @@
 
     <para>Patch the package to eliminate potential trap events:</para>
 
-<screen><userinput>patch -Np0 -i ../&db-trap-patch;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&db-trap-patch;</userinput></screen>
 
     <para>Prepare Berkeley DB for compilation:</para>
 

+ 1 - 1
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!ENTITY version "6.2">
-<!ENTITY releasedate "August 1, 2006">
+<!ENTITY releasedate "August 2, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 3 - 3
patches.ent

@@ -28,9 +28,9 @@
 <!ENTITY coreutils-uname-patch-size "4.6 KB">
 
 
-<!ENTITY db-trap-patch "db-&db-version;-trap-1.patch">
-<!ENTITY db-trap-patch-md5 "fb8cd6be418eac24b1916c53080ce1f3">
-<!ENTITY db-trap-patch-size "1.7 KB">
+<!ENTITY db-trap-patch "db-&db-version;-trap-2.patch">
+<!ENTITY db-trap-patch-md5 "32c6fd0e8a534f8de376e00758509dfa">
+<!ENTITY db-trap-patch-size "1.9 KB">
 
 <!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
 <!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">