Changeset cd2bd14


Ignore:
Timestamp:
05/11/2019 08:57:16 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8b1d927
Parents:
3dfd95e
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3dfd95e rcd2bd14  
    4444    -->
    4545
     46    <listitem revision="systemd">
     47      <para>2019-05-11</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[pierre] - Fix a hardcoded path to /usr/bin/find in the
     51          systemd unit of man-db.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>2019-05-03</para>
  • chapter06/man-db.xml

    r3dfd95e rcd2bd14  
    4444    <para>Prepare Man-DB for compilation:</para>
    4545
    46 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                        \
     46<screen revision="systemd"><userinput remap="configure">sed -i '/find/s@/usr@@' init/systemd/man-db.service.in
     47
     48./configure --prefix=/usr                        \
    4749            --docdir=/usr/share/doc/man-db-&man-db-version; \
    4850            --sysconfdir=/etc                    \
     
    6769      <title>The meaning of the configure options:</title>
    6870
     71      <varlistentry revision="systemd">
     72        <term><command>sed -i '/find/s@/usr@@' init/systemd/man-db.service.in</command></term>
     73        <listitem>
     74          <para>This changes a harcoded path to the <command>find</command>
     75          utility, which we install in
     76          <filename class="directory">/bin</filename>.</para>
     77        </listitem>
     78      </varlistentry>
     79
    6980      <varlistentry>
    7081        <term><parameter>--disable-setuid</parameter></term>
  • general.ent

    r3dfd95e rcd2bd14  
    1 <!ENTITY version         "SVN-20190503">
     1<!ENTITY version         "SVN-20190511">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20190503-systemd">
     6<!ENTITY versiond        "20190511-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "May 3, 2019">
     10<!ENTITY releasedate     "May 11, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.