diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-16 13:35:05 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-16 13:35:05 +0000 |
commit | 9f405998bbba6a2a88328d9d807eab07d8937a40 (patch) | |
tree | 816a533d5b85321fe2604d775db5723c1a728324 /chapter06/shadow.xml | |
parent | 90aae6b8fb6ccd5da7d1867d7ad164d1e9b38369 (diff) |
Resolve several man-db encodoing configuration issues. Fixes #2298.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |