aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2008-03-30 15:34:00 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2008-03-30 15:34:00 +0000
commit3526661c7fe265f8ef327b22988fd77f76f67f09 (patch)
treec92c4f75eb160a73aae5438e572cddfc90a76e81
parenta355a644bb70fa13b1c6cbfd58ab0d9b617e57c8 (diff)
Add --sysconfdir=/etc to Man-db so we get /etc/man_db.conf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml12
-rw-r--r--chapter06/man-db.xml3
-rw-r--r--general.ent4
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}]" -->