Changeset 93820f7


Ignore:
Timestamp:
12/19/2019 03:05:14 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1ede364c
Parents:
12b8412
Message:

there is no libiptc.so anymore in iptables (report by Ken Moffat)
Also fix an incorrect statement in GNOME intro

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r12b8412 r93820f7  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 17th, &year;">
     9<!ENTITY releasedate  "December 19th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/platform/platform.xml

    r12b8412 r93820f7  
    1818  <para>
    1919    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.
    2221  </para>
    2322
  • postlfs/security/iptables.xml

    r12b8412 r93820f7  
    170170ln -sfv ../../sbin/xtables-legacy-multi /usr/bin/iptables-xml &amp;&amp;
    171171
    172 for file in ip4tc ip6tc ipq iptc xtables
     172for file in ip4tc ip6tc ipq xtables
    173173do
    174174  mv -v /usr/lib/lib${file}.so.* /lib &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.