diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index ea4f0fb6f..c1f52f367 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -67,23 +67,6 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr <screen><userinput remap="configure">sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in</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 was installed during the - Man-DB package:</para> - -<screen><userinput remap="configure">for i in de fi fr id it pt_BR; do - convert-mans UTF-8 ISO-8859-1 man/${i}/*.? -done - -for i in cs hu pl; do - convert-mans UTF-8 ISO-8859-2 man/${i}/*.? -done - -convert-mans UTF-8 EUC-JP man/ja/*.? -convert-mans UTF-8 KOI8-R man/ru/*.? -convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen> - <para id="shadow-login_defs">Instead of using the default <emphasis>crypt</emphasis> method, use the more secure <emphasis>MD5</emphasis> method of password encryption, which also allows |