diff options
Diffstat (limited to 'chapter06')
-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> |