Changeset 0bb2be7c
- Timestamp:
- 12/31/2013 10:23:08 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 771399b
- Parents:
- e8ea43e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re8ea43e r0bb2be7c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 31"> <!-- Always 2 digits -->4 <!ENTITY month " 12"> <!-- Always 2 digits -->5 <!ENTITY year "201 3">3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 <!ENTITY year "2014"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> -
postlfs/security/shadow.xml
re8ea43e r0bb2be7c 122 122 <screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in && 123 123 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; && 124 sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in &&125 124 126 125 sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \ … … 160 159 <command>groups</command> man pages so the existing ones installed from 161 160 the <application>Coreutils</application> package are not replaced. 162 </para>163 164 <para>165 <command>sed -i -e '...' -e '...' man/Makefile.in</command>: This command166 disables the installation of Chinese and Korean manual pages, since167 <application>Man-DB</application> cannot format them properly.168 161 </para> 169 162
Note:
See TracChangeset
for help on using the changeset viewer.