Ignore:
Timestamp:
08/05/2009 05:24:57 AM (15 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d272fb31
Parents:
9045df8
Message:

Removed/replaced convert-mans commands.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7936 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    r9045df8 rfe45ecd  
    111111sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in       &amp;&amp;
    112112
    113 for i in de fi fr id it pt_BR; do
    114     convert-mans UTF-8 ISO-8859-1 man/${i}/*.?
    115 done                                                            &amp;&amp;
    116 
    117 for i in cs hu pl; do
    118     convert-mans UTF-8 ISO-8859-2 man/${i}/*.?
    119 done                                                            &amp;&amp;
    120 
    121 convert-mans UTF-8 EUC-JP man/ja/*.?                            &amp;&amp;
    122 convert-mans UTF-8 KOI8-R man/ru/*.?                            &amp;&amp;
    123 convert-mans UTF-8 ISO-8859-9 man/tr/*.?                        &amp;&amp;
    124 
    125113sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD MD5@' \
    126114       -e 's@/var/spool/mail@/var/mail@' etc/login.defs         &amp;&amp;
     
    155143    command disables the installation of Chinese and Korean manual pages, since
    156144    <application>Man-DB</application> cannot format them properly.</para>
    157 
    158     <para><command>convert-mans ...</command>: These commands are used to
    159     convert some of the man pages so that <application>Man-DB</application>
    160     will display them in the expected encodings.</para>
    161145
    162146    <para><command>sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD MD5@'
Note: See TracChangeset for help on using the changeset viewer.