Changeset 82167e6


Ignore:
Timestamp:
12/07/2004 05:35:36 PM (20 years ago)
Author:
Jim Gifford <jim@…>
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:
0fa17b7
Parents:
b3268eb
Message:

Updated: Shadow

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb3268eb r82167e6  
    4242-->
    4343
     44<listitem><para>December 7th, 2004 [jim]: Fixed type in shadow.
     45Made recommended change from Robert Connolly on sed for shadow.</para></listitem>
     46
    4447<listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6
    4548binutils, causing the patch name to be split on 2 lines.  Thanks Robert
  • chapter06/shadow.xml

    rb3268eb r82167e6  
    5757and type it all in):</para>
    5858
    59 <screen><userinput>cp etc/login.defs.linux /etc/login.defs
    60 sed -i -e 's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
    61     -e 's@/var/spool/mail@/var/mail@' /etc/login.defs</userinput></screen>
     59<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
     60    -e 's@/var/spool/mail@/var/mail@' /etc/login.defs \
     61    < etc/login.defs.linux > /etc/login.defs</userinput></screen>
    6262
    6363<para>Move some misplaced symlinks/programs to their proper locations:</para>
     
    7272<filename class="directory">/usr/lib</filename>, create the following symlinks:</para>
    7373
    74 <screen><userinput>rm /usr/lib/libshadow.so
     74<screen><userinput>rm /lib/libshadow.so
    7575ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
    7676
Note: See TracChangeset for help on using the changeset viewer.