diff options
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter06/man-db.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 56deed017..50c34f427 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,18 @@ --> <listitem> + <para>2008-03-30</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Added <parameter>--sysconfdir</parameter> + parameter to Man-db's configure command so that + <filename>man_db.conf</filename> is installed in <filename + class="directory">/etc</filename>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-03-27</para> <itemizedlist> <listitem> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 95ff83bc3..ce0ef20bb 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -71,7 +71,8 @@ EOF</userinput></screen> <para>Prepare Man-DB for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib --disable-setuid</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \ + --disable-setuid</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> diff --git a/general.ent b/general.ent index 13c462ab4..c50b93b5c 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20080327"> -<!ENTITY releasedate "March 27, 2008"> +<!ENTITY version "SVN-20080330"> +<!ENTITY releasedate "March 30, 2008"> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |