Просмотр исходного кода

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
Dan Nichilson 17 лет назад
Родитель
Сommit
3526661c7f
3 измененных файлов с 16 добавлено и 3 удалено
  1. 12 0
      chapter01/changelog.xml
  2. 2 1
      chapter06/man-db.xml
  3. 2 2
      general.ent

+ 12 - 0
chapter01/changelog.xml

@@ -36,6 +36,18 @@
     </listitem>
 -->
 
+    <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>

+ 2 - 1
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>

+ 2 - 2
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}]" -->