Changeset 0827a1a


Ignore:
Timestamp:
04/19/2020 06:08:50 AM (4 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, 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:
2a73970
Parents:
3944e7b
Message:

Fix a wrong hardcoded path in some shadow programs. ticket #4632

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3944e7b r0827a1a  
    4444    -->
    4545    <listitem>
     46      <para>2020-04-19</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Fix a wrong hardcoded path in some programs
     50          from the shadow package. Fixes
     51          <ulink url="&lfs-ticket-root;4632">#4632</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4657      <para>2020-04-15</para>
    4758      <itemizedlist>
  • chapter06/shadow.xml

    r3944e7b r0827a1a  
    8484    <para>Prepare Shadow for compilation:</para>
    8585
    86 <screen><userinput remap="configure">./configure --sysconfdir=/etc --with-group-name-max-length=32</userinput></screen>
     86<screen><userinput remap="configure">touch /usr/bin/passwd
     87./configure --sysconfdir=/etc --with-group-name-max-length=32</userinput></screen>
    8788
    8889    <variablelist>
    8990      <title>The meaning of the configure option:</title>
    9091
     92      <varlistentry>
     93        <term><command>touch /usr/bin/passwd</command></term>
     94        <listitem>
     95          <para>The file <filename>/usr/bin/passwd</filename> needs
     96          to exist because its location is harcoded in some programs, and
     97          the default location if it does not exist is not right.</para>
     98        </listitem>
     99      </varlistentry>
    91100      <varlistentry>
    92101        <term><parameter>--with-group-name-max-length=32</parameter></term>
  • general.ent

    r3944e7b r0827a1a  
    1 <!ENTITY version         "SVN-20200415">
     1<!ENTITY version         "SVN-20200419">
    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        "20200415-systemd">
     6<!ENTITY versiond        "20200419-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "April 15th, 2020">
     10<!ENTITY releasedate     "April 19th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.