aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/shadow.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-14 15:24:09 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-14 15:24:09 +0000
commit3d92d63bde160bc5ac98f44ec2cc5dd524e06042 (patch)
tree64c7e407e67852878922f83c3f31554e111d2c94 /chapter08/shadow.xml
parenta4053b5ba2f039f90fed570bffa9ea6e5cba0ff0 (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.xml3
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>