Ignore:
Timestamp:
08/25/2018 09:33:31 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
07499ecc
Parents:
0853fa7
Message:

Update to logrotate-3.14.0
Most remaining tags in genlib, genutils, and sysutils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/logrotate.xml

    r0853fa7 r43b1dad3  
    77  <!ENTITY logrotate-download-http "https://github.com/logrotate/logrotate/releases/download/&logrotate-version;/logrotate-&logrotate-version;.tar.xz">
    88  <!ENTITY logrotate-download-ftp  " ">
    9   <!ENTITY logrotate-md5sum        "3a9280e4caeb837427a2d54518fbcdac">
    10   <!ENTITY logrotate-size          "132 KB">
    11   <!ENTITY logrotate-buildsize     "1.7 MB">
    12   <!ENTITY logrotate-time          "0.1 SBU">
     9  <!ENTITY logrotate-md5sum        "1c0f6e6e490c4bcac0a1e77ad1310683">
     10  <!ENTITY logrotate-size          "156 KB">
     11  <!ENTITY logrotate-buildsize     "4.5 MB">
     12  <!ENTITY logrotate-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs82_checked;
     37    &lfs83_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    101101    </para>
    102102
    103 <screen><userinput>sed -i '/exit 5/s/^/echo uncompress failed -- skipping #/' test/test &amp;&amp;
    104 
    105 sed -i 's/-Werror//' Makefile.am &amp;&amp;
    106 ./autogen.sh                     &amp;&amp;
    107 ./configure --prefix=/usr        &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr        &amp;&amp;
    108104make</userinput></screen>
    109105
    110106    <para>
    111       To test the results, issue: <command>make test</command>.
     107      To test the results, issue: <command>make test</command>.  One test
     108      fails because the very old <command>compress</command> is not
     109      present and two tests fail if an MTA is not installed.
    112110    </para>
    113111
     
    119117
    120118  </sect2>
    121 
    122   <sect2 role="commands">
    123     <title>Command Explanations</title>
    124 
    125     <para>
    126       <command>sed ... test/test</command>: Prevents the tests from
    127       failing due to a problem in the test script.
    128     </para>
    129 
    130     <para>
    131       <command>sed -i 's/-Werror//' Makefile.am</command>: Prevents the compiler
    132       stopping with an error when a warning is issued, since newer versions of
    133       GCC have introduced a lot more warnings, which are triggered by the code.
    134     </para>
    135119
    136120  </sect2>
Note: See TracChangeset for help on using the changeset viewer.