Changeset 93820f7
- Timestamp:
- 12/19/2019 03:05:14 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1ede364c
- Parents:
- 12b8412
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r12b8412 r93820f7 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 7"> <!-- Always 2 digits -->3 <!ENTITY day "19"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 7th, &year;">9 <!ENTITY releasedate "December 19th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome/platform/platform.xml
r12b8412 r93820f7 18 18 <para> 19 19 The objective of this section is to build a 20 <application>GNOME</application> desktop, since we have 21 <application>systemd</application>. 20 <application>GNOME</application> desktop. 22 21 </para> 23 22 -
postlfs/security/iptables.xml
r12b8412 r93820f7 170 170 ln -sfv ../../sbin/xtables-legacy-multi /usr/bin/iptables-xml && 171 171 172 for file in ip4tc ip6tc ipq iptcxtables172 for file in ip4tc ip6tc ipq xtables 173 173 do 174 174 mv -v /usr/lib/lib${file}.so.* /lib &&
Note:
See TracChangeset
for help on using the changeset viewer.