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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.