diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 16:02:57 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 16:02:57 +0000 |
commit | 580b4f7dd50df0421610688cd4ab1b90187d8367 (patch) | |
tree | f89282d0bca6c5c749d353c24a48d38394a25962 /chapter06/db.xml | |
parent | 62b9779c362bf0e5e06658f54f46536a702a7ed6 (diff) |
Updated Berkeley DB to 4.7.25
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/db.xml')
-rw-r--r-- | chapter06/db.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml index 526fc5dc6..a52d3956a 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -61,7 +61,8 @@ <sect2 role="installation"> <title>Installation of Berkeley DB</title> - <para>There is an upstream patch for Berkeley DB that fixes a race condition. Apply it:</para> + <para>Apply an upstream patch so that replication clients can open a + sequence:</para> <screen><userinput remap="pre">patch -Np1 -i ../&db-fixes-patch;</userinput></screen> |