Ignore:
Timestamp:
04/15/2012 09:12:27 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
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, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 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:
18b5e03
Parents:
9bb0228
Message:

Install su as 'su', not 'su-tools' in chapter 5. Use chapter 6's 'su' for Bash. Fixes #3057.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/coreutils.xml

    r9bb0228 r6ba7c0f  
    8282    <para>The above command refuses to install <filename>su</filename>
    8383    because the program cannot be installed setuid root as a non-privileged
    84     user. By manually installing it with a different name, we can use it for
    85     running tests in the final system as a non-privileged user and we keep a
    86     possibly useful <command>su</command> from our host first in our PATH.
    87     Install it with:</para>
     84    user. By manually installing it, we can use it for running tests in the
     85    final system as a non-privileged user. Install it with:</para>
    8886
    89 <screen><userinput remap="install">cp -v src/su /tools/bin/su-tools</userinput></screen>
     87<screen><userinput remap="install">cp -v src/su /tools/bin</userinput></screen>
    9088
    9189  </sect2>
Note: See TracChangeset for help on using the changeset viewer.