Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/shadow.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (19 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    r89c10a9 r586feb7  
    4343<screen os="e"><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \
    4444    --without-libpam --without-audit --without-selinux \
    45     --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     45    --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
    4646
    4747<para os="f">The meaning of the configure options:</para>
     
    8484    <para os="l">Install the package:</para>
    8585
    86 <screen os="m"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     86<screen os="m"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    8787
    8888    <para id="shadow-login_defs" os="r">Instead of using the default
     
    100100    </indexterm>
    101101
    102 <screen os="t"><userinput>cp ${LFS}/etc/login.defs login.defs.orig
     102<screen os="t"><userinput>cp ${CLFS}/etc/login.defs login.defs.orig
    103103sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
    104104    -e 's@/var/spool/mail@/var/mail@' \
    105     login.defs.orig &gt; ${LFS}/etc/login.defs</userinput></screen>
     105    login.defs.orig &gt; ${CLFS}/etc/login.defs</userinput></screen>
    106106
    107107    <note os="u">
     
    111111
    112112<screen><userinput>cp {LFS}/etc/login.defs login.defs.orig
    113 sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig &gt; ${LFS}/etc/login.defs</userinput></screen>
     113sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig &gt; ${CLFS}/etc/login.defs</userinput></screen>
    114114    </note>
    115115
    116116    <para os="v">Move a misplaced program to its proper location:</para>
    117117
    118 <screen os="w"><userinput>mv -v ${LFS}/usr/bin/passwd ${LFS}/bin</userinput></screen>
     118<screen os="w"><userinput>mv -v ${CLFS}/usr/bin/passwd ${CLFS}/bin</userinput></screen>
    119119
    120120    <para os="x">Move Shadow's dynamic libraries to a more appropriate
    121121    location:</para>
    122122
    123 <screen os="y"><userinput>mv -v ${LFS}/lib/libshadow.*a ${LFS}/usr/lib
    124 rm -v ${LFS}/lib/libshadow.so
    125 ln -svf ../../lib/libshadow.so.0 ${LFS}/usr/lib/libshadow.so</userinput></screen>
     123<screen os="y"><userinput>mv -v ${CLFS}/lib/libshadow.*a ${CLFS}/usr/lib
     124rm -v ${CLFS}/lib/libshadow.so
     125ln -svf ../../lib/libshadow.so.0 ${CLFS}/usr/lib/libshadow.so</userinput></screen>
    126126
    127127  </sect2>
Note: See TracChangeset for help on using the changeset viewer.