Ignore:
Timestamp:
Aug 13, 2009, 9:36:06 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
96139fa
Parents:
ae144bd
Message:

Updated sed command in Shadow instructions - MD5_CRYPT_ENAB is deprecated

File:
1 edited

Legend:

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

    rae144bd r3f5a266  
    101101
    102102<screen os="s"><userinput>sed -i /etc/login.defs \
    103     -e 's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
     103    -e 's@#\(ENCRYPT_METHOD \).*@\1MD5@' \
    104104    -e 's@/var/spool/mail@/var/mail@'</userinput></screen>
    105105
Note: See TracChangeset for help on using the changeset viewer.