Changeset 85bbe03 for chapter06


Ignore:
Timestamp:
11/04/2004 08:09:17 PM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
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, 12.2, 12.2-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
75bf985
Parents:
84dee3b4
Message:

Upgraded a lot of packages - automake, man-pages, shadow, findutils, linux, libc-headers, zlib, udev, iproute2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    r84dee3b4 r85bbe03  
    7373<para>Move some misplaced symlinks/programs to their proper locations:</para>
    7474
    75 <screen><userinput>mv /bin/sg /usr/bin
    76 mv /bin/vigr /usr/sbin
    77 mv /usr/bin/passwd /bin</userinput></screen>
     75<screen><userinput>mv /usr/bin/passwd /bin</userinput></screen>
    7876
    7977<para>And move Shadow's dynamic libraries to a more appropriate location:</para>
    8078
    81 <screen><userinput>mv /usr/lib/lib{shadow,misc}.so.0* /lib</userinput></screen>
     79<screen><userinput>mv /usr/lib/libshadow.so.0* /lib</userinput></screen>
    8280
    8381<para>As some packages expect to find the just-moved libraries in
    8482<filename class="directory">/usr/lib</filename>, create the following symlinks:</para>
    8583
    86 <screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so
    87 ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</userinput></screen>
     84<screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
    8885
    8986<para>The <parameter>-D</parameter> option of the <command>useradd</command> program requires this
Note: See TracChangeset for help on using the changeset viewer.