diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index f51d53ffc..a1d5bccdb 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -81,7 +81,7 @@ find man -name Makefile -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen <para>Shadow supplies other manual pages in a UTF-8 encoding. Man-DB can display these in the recommended encodings by using the - <command>convert-mans</command> script which we installed.</para> + <command>convert-mans</command> script which we installed:</para> <screen><userinput>for i in de es fi fr id it pt_BR; do convert-mans UTF-8 ISO-8859-1 man/${i}/*.? @@ -101,7 +101,7 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen> passwords longer than 8 characters. It is also necessary to change the obsolete <filename class="directory">/var/spool/mail</filename> location for user mailboxes that Shadow uses by default to the <filename - class="directory">/var/mail</filename> location used currently.</para> + class="directory">/var/mail</filename> location used currently:</para> <screen><userinput>sed -i -e 's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \ -e 's@/var/spool/mail@/var/mail@' etc/login.defs</userinput></screen> |