aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/shadow.xml
diff options
context:
space:
mode:
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>