Author: ken
Date: Mon Aug 19 12:42:55 2013
New Revision: 11655
Log:
Postfix - add sed from Armin to build with BerkeleyDB-6.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/mail/postfix.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Aug 19 05:02:50 2013 (r11654)
+++ trunk/BOOK/general.ent Mon Aug 19 12:42:55 2013 (r11655)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "18"> <!-- Always 2 digits -->
+<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "August 18th, &year;">
+<!ENTITY releasedate "August 19th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Aug 19 05:02:50
2013 (r11654)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Aug 19 12:42:55
2013 (r11655)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>August 19th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Add sed to postfix to compile with current BerkeleyDB.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 18th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/mail/postfix.xml
==============================================================================
--- trunk/BOOK/server/mail/postfix.xml Mon Aug 19 05:02:50 2013 (r11654)
+++ trunk/BOOK/server/mail/postfix.xml Mon Aug 19 12:42:55 2013 (r11655)
@@ -134,6 +134,15 @@
<title>Configuring the Build</title>
<para>
+ Run the following command to enable <application>Postfix</application>
+ to compile against the current version of
+ <application>BerkeleyDB</application>:
+ </para>
+
+<screen><userinput>sed "s:DB_VERSION_MAJOR == 5:DB_VERSION_MAJOR == 6 ||
&:" -i \
+ src/util/dict_db.c</userinput></screen>
+
+ <para>
The README files are formatted to be read with a pager like
<application>Less</application> or <application>More</application>.
If you want to read them in a text editor, make them legible with a
sed:
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page