Changeset 0bb2be7c


Ignore:
Timestamp:
12/31/2013 10:23:08 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
771399b
Parents:
e8ea43e
Message:

Allow installation of all man pages in shadow

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re8ea43e r0bb2be7c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "12">                   <!-- Always 2 digits -->
    5 <!ENTITY year         "2013">
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "01">                   <!-- Always 2 digits -->
     5<!ENTITY year         "2014">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
  • postlfs/security/shadow.xml

    re8ea43e r0bb2be7c  
    122122<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in &amp;&amp;
    123123find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; &amp;&amp;
    124 sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in &amp;&amp;
    125124
    126125sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
     
    160159      <command>groups</command> man pages so the existing ones installed from
    161160      the <application>Coreutils</application> package are not replaced.
    162     </para>
    163 
    164     <para>
    165       <command>sed -i -e '...' -e '...' man/Makefile.in</command>: This command
    166       disables the installation of Chinese and Korean manual pages, since
    167       <application>Man-DB</application> cannot format them properly.
    168161    </para>
    169162
Note: See TracChangeset for help on using the changeset viewer.