Changeset d7a9421 for chapter08/shadow.xml
- Timestamp:
- 05/12/2021 04:24:11 AM (23 months ago)
- Branches:
- 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, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack
- Children:
- 5ed37b3, c034573, df462a9
- Parents:
- 0f7d4cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/shadow.xml
r0f7d4cb rd7a9421 66 66 the obsolete <filename class="directory">/var/spool/mail</filename> location 67 67 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> 69 81 70 82 <screen><userinput remap="pre">sed -e 's:#ENCRYPT_METHOD DES:ENCRYPT_METHOD SHA512:' \ 71 83 -e 's:/var/spool/mail:/var/mail:' \ 84 -e '/PATH=/{s@/sbin:@@;s@/bin:@@}' \ 72 85 -i etc/login.defs</userinput></screen> 73 86 … … 119 132 120 133 <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/lib130 rm -v /lib/libshadow.so131 ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> -->132 134 133 135 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.