mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
3dfd95eaf1
commit
cd2bd145de
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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 – -->
|
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.5">
|
<!ENTITY milestone "8.5">
|
||||||
|
Loading…
Reference in New Issue
Block a user