Changeset e5bc4ed for server/major


Ignore:
Timestamp:
04/21/2012 10:07:20 PM (12 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.4, 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:
9957a52
Parents:
c2065a2
Message:

Update to proftpd-1.34a

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/proftpd.xml

    rc2065a2 re5bc4ed  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 <!-- Dead link
    19   <!ENTITY proftpd-download-http "http://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.bz2">
    20 -->
    217  <!ENTITY proftpd-download-http " ">
    228  <!ENTITY proftpd-download-ftp  "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.bz2">
    23   <!ENTITY proftpd-md5sum        "fae47d01b52e035eb6b7190e74c17722">
    24   <!ENTITY proftpd-size          "1.3 MB">
    25   <!ENTITY proftpd-buildsize     "12.2 MB">
     9  <!ENTITY proftpd-md5sum        "4e3235dc1ef95d36e59721d70c5c489c">
     10  <!ENTITY proftpd-size          "6.5 MB">
     11  <!ENTITY proftpd-buildsize     "30 MB">
    2612  <!ENTITY proftpd-time          "0.3 SBU">
    2713]>
     
    4834    file archives over a network.</para>
    4935
     36    &lfs71_checked;
     37
    5038    <bridgehead renderas="sect3">Package Information</bridgehead>
    5139    <itemizedlist spacing="compact">
     
    7361
    7462    <bridgehead renderas="sect4">Optional</bridgehead>
    75     <para role="optional"><xref linkend="linux-pam"/></para>
     63    <para role="optional">
     64      <xref linkend="linux-pam"/> and to run tests
     65      <xref linkend="check"/> and
     66      <ulink url='http://search.cpan.org/~clemburg/Test-Unit-0.14/'>Test::Unit-0.14</ulink>
     67    </para>
    7668
    7769    <para condition="html" role="usernotes">User Notes:
     
    9789    running the following commands:</para>
    9890
    99 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    100     --localstatedir=/var/run &amp;&amp;
     91<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/run &amp;&amp;
    10192make</userinput></screen>
     93
     94    <para>The tests for this package require a very old (2001) version of the
     95    perl module Test::Unit.  Using the lastest version of this Test::Unit
     96    results in many failures (34/1089) although the program appears to run
     97    well.  The tests take a long time (38 minutes, not CPU dependent) and are
     98    not recommended.  To test the results anyway, issue: <command>make
     99    check</command>.</para>
    102100
    103101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    209207  # in each newly chdired directory.
    210208  DisplayLogin                  welcome.msg
    211   DisplayFirstChdir             .message
     209  DisplayChdir                  .message
    212210
    213211  # Limit WRITE everywhere in the anonymous chroot
     
    246244
    247245      <seglistitem>
    248         <seg>ftpcount, ftpdctl, ftptop, ftpwho, ftpshut, proftpd</seg>
     246        <seg>ftpcount, ftpdctl, ftpasswd, ftpmail, ftpquota, ftpscrub,
     247             ftptop, ftpshut, ftpcount, ftpwho, proftpd</seg>
    249248        <seg>None</seg>
    250249        <seg>/var/run/proftpd</seg>
     
    277276      </varlistentry>
    278277
     278      <varlistentry id="ftpdctl">
     279        <term><command>ftpdctl</command></term>
     280        <listitem>
     281          <para>is used to control the  proftpd daemon while it is running.</para>
     282          <indexterm zone="proftpd ftpdctl">
     283            <primary sortas="b-ftpdctl">ftpdctl</primary>
     284          </indexterm>
     285        </listitem>
     286      </varlistentry>
     287
     288      <varlistentry id="ftpasswd">
     289        <term><command>ftpasswd</command></term>
     290        <listitem>
     291          <para>is a perl script designed to create and manage
     292          AuthUserFiles and AuthGroupFiles of the correct format for proftpd.</para>
     293          <indexterm zone="proftpd ftpasswd">
     294            <primary sortas="b-ftpasswd">ftpasswd</primary>
     295          </indexterm>
     296        </listitem>
     297      </varlistentry>
     298
     299      <varlistentry id="ftpmail">
     300        <term><command>ftpmail</command></term>
     301        <listitem>
     302          <para>is a perl script for sending email based on the proftpd TransferLog.
     303          </para>
     304          <indexterm zone="proftpd ftpmail">
     305            <primary sortas="b-ftpmail">ftpmail</primary>
     306          </indexterm>
     307        </listitem>
     308      </varlistentry>
     309
     310      <varlistentry id="ftpquota">
     311        <term><command>ftpquota</command></term>
     312        <listitem>
     313          <para>is a Perl script designed to create and manage limits and tally
     314          files for the mod_quotatab + mod_quotatab_file module combination
     315          for proftpd.</para>
     316          <indexterm zone="proftpd ftpquota">
     317            <primary sortas="b-ftpquota">ftpquota</primary>
     318          </indexterm>
     319        </listitem>
     320      </varlistentry>
     321
     322      <varlistentry id="ftpscrub">
     323        <term><command>ftpscrub</command></term>
     324        <listitem>
     325          <para>provides a way to scrub the scoreboard file on demand.</para>
     326          <indexterm zone="proftpd ftpscrub">
     327            <primary sortas="b-ftpscrub">ftpscrub</primary>
     328          </indexterm>
     329        </listitem>
     330      </varlistentry>
     331
    279332      <varlistentry id="ftpshut">
    280333        <term><command>ftpshut</command></term>
Note: See TracChangeset for help on using the changeset viewer.