Fix a harcoded path in the man-db systemd unit

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Pierre Labastie 2019-05-11 08:57:16 +00:00
parent 3dfd95eaf1
commit cd2bd145de
3 changed files with 25 additions and 4 deletions

View File

@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem. 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> <listitem>
<para>2019-05-03</para> <para>2019-05-03</para>
<itemizedlist> <itemizedlist>

View File

@ -43,7 +43,9 @@
<para>Prepare Man-DB for compilation:</para> <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; \ --docdir=/usr/share/doc/man-db-&man-db-version; \
--sysconfdir=/etc \ --sysconfdir=/etc \
--disable-setuid \ --disable-setuid \
@ -66,6 +68,15 @@
<variablelist> <variablelist>
<title>The meaning of the configure options:</title> <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> <varlistentry>
<term><parameter>--disable-setuid</parameter></term> <term><parameter>--disable-setuid</parameter></term>
<listitem> <listitem>

View File

@ -1,13 +1,13 @@
<!ENTITY version "SVN-20190503"> <!ENTITY version "SVN-20190511">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases --> Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
<!ENTITY versiond "20190503-systemd"> <!ENTITY versiond "20190511-systemd">
<!ENTITY short-versiond "systemd"> <!ENTITY short-versiond "systemd">
<!ENTITY generic-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 copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.5"> <!ENTITY milestone "8.5">