Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pre-LFS-11-0 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/shadow.xml

    r0e9fb93 rdf462a9  
    6666    the obsolete <filename class="directory">/var/spool/mail</filename> location
    6767    for user mailboxes that Shadow uses by default to the <filename
    68     class="directory">/var/mail</filename> location used currently:</para>
     68    class="directory">/var/mail</filename> location used currently. And,
     69    get rid of <filename class="directory">/bin</filename> and
     70    <filename class="directory">/sbin</filename> from <envar>PATH</envar>,
     71    since they are simply symlinks to their counterpart in
     72    <filename class="directory">/usr</filename>.</para>
     73
     74    <note>
     75      <para>If <filename class="directory">/bin</filename> and/or
     76      <filename class="directory">/sbin</filename> are prefereed to be
     77      left over in <envar>PATH</envar> for some reason, modify
     78      <envar>PATH</envar> in <filename>.bashrc</filename> after LFS is
     79      built.</para>
     80    </note>
    6981
    7082<screen><userinput remap="pre">sed -e 's:#ENCRYPT_METHOD DES:ENCRYPT_METHOD SHA512:' \
    7183    -e 's:/var/spool/mail:/var/mail:'                 \
     84    -e '/PATH=/{s@/sbin:@@;s@/bin:@@}'                \
    7285    -i etc/login.defs</userinput></screen>
    7386
     
    119132
    120133<screen><userinput remap="install">make install</userinput></screen>
    121     <!--
    122     <para>Move a misplaced program to its proper location:</para>
    123 
    124 <screen><userinput remap="install">mv -v /usr/bin/passwd /bin</userinput></screen>
    125     -->
    126 
    127     <!-- <para>Move Shadow's libraries to more appropriate locations:</para>
    128 
    129 <screen><userinput remap="install">mv -v /lib/libshadow.*a /usr/lib
    130 rm -v /lib/libshadow.so
    131 ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> -->
    132134
    133135  </sect2>
Note: See TracChangeset for help on using the changeset viewer.