diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-14 15:24:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-14 15:24:09 +0000 |
commit | 3d92d63bde160bc5ac98f44ec2cc5dd524e06042 (patch) | |
tree | 64c7e407e67852878922f83c3f31554e111d2c94 /chapter08/shadow.xml | |
parent | a4053b5ba2f039f90fed570bffa9ea6e5cba0ff0 (diff) |
Minor updates.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/shadow.xml')
-rw-r--r-- | chapter08/shadow.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 36a81d966..3ccbfbb58 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -67,8 +67,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s for user mailboxes that Shadow uses by default to the <filename class="directory">/var/mail</filename> location used currently:</para> -<screen><userinput remap="pre"> -sed -e 's:#ENCRYPT_METHOD DES:ENCRYPT_METHOD SHA512:' \ +<screen><userinput remap="pre">sed -e 's:#ENCRYPT_METHOD DES:ENCRYPT_METHOD SHA512:' \ -e 's:/var/spool/mail:/var/mail:' \ -i etc/login.defs</userinput></screen> |