Author: pierre
Date: Sat May 11 01:57:16 2019
New Revision: 11602

Log:
Fix a harcoded path in the man-db systemd unit

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/man-db.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Fri May 10 22:34:27 2019        (r11601)
+++ trunk/BOOK/chapter01/changelog.xml  Sat May 11 01:57:16 2019        (r11602)
@@ -43,6 +43,16 @@
     appropriate for the entry or if needed the entire day's listitem.
     -->
 
+    <listitem revision="systemd">
+      <para>2019-05-11</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Fix a hardcoded path to /usr/bin/find in the
+          systemd unit of man-db.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2019-05-03</para>
       <itemizedlist>

Modified: trunk/BOOK/chapter06/man-db.xml
==============================================================================
--- trunk/BOOK/chapter06/man-db.xml     Fri May 10 22:34:27 2019        (r11601)
+++ trunk/BOOK/chapter06/man-db.xml     Sat May 11 01:57:16 2019        (r11602)
@@ -43,7 +43,9 @@
 
     <para>Prepare Man-DB for compilation:</para>
 
-<screen revision="systemd"><userinput remap="configure">./configure 
--prefix=/usr                        \
+<screen revision="systemd"><userinput remap="configure">sed -i 
'/find/s@/usr@@' init/systemd/man-db.service.in
+
+./configure --prefix=/usr                        \
             --docdir=/usr/share/doc/man-db-&man-db-version; \
             --sysconfdir=/etc                    \
             --disable-setuid                     \
@@ -66,6 +68,15 @@
     <variablelist>
       <title>The meaning of the configure options:</title>
 
+      <varlistentry revision="systemd">
+        <term><command>sed -i '/find/s@/usr@@' 
init/systemd/man-db.service.in</command></term>
+        <listitem>
+          <para>This changes a harcoded path to the <command>find</command>
+          utility, which we install in
+          <filename class="directory">/bin</filename>.</para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><parameter>--disable-setuid</parameter></term>
         <listitem>

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri May 10 22:34:27 2019        (r11601)
+++ trunk/BOOK/general.ent      Sat May 11 01:57:16 2019        (r11602)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20190503">
+<!ENTITY version         "SVN-20190511">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc 
releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or 
"x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20190503-systemd">
+<!ENTITY versiond        "20190511-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "May 3, 2019">
+<!ENTITY releasedate     "May 11, 2019">
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "8.5">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to