Changeset 6f8ecea


Ignore:
Timestamp:
08/02/2007 09:49:44 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
95f9972
Parents:
0492ab0
Message:

Updated to ncftp-3.2.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncftp.xml

    r0492ab0 r6f8ecea  
    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 
    197  <!ENTITY ncftp-download-http "http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
    20   <!-- <!ENTITY ncftp-download-ftp  "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2"> -->
    218  <!ENTITY ncftp-download-ftp  "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
    22   <!ENTITY ncftp-md5sum        "66cf8dacec848eb11a70632fe9f21807">
    23   <!ENTITY ncftp-size          "401 KB">
    24   <!ENTITY ncftp-buildsize     "9.9 MB">
    25   <!ENTITY ncftp-time          "0.3 SBU">
     9  <!ENTITY ncftp-md5sum        "d82cdfe0d5448172c03b434607414fb8">
     10  <!ENTITY ncftp-size          "409 KB">
     11  <!ENTITY ncftp-buildsize     "9.8 MB">
     12  <!ENTITY ncftp-time          "0.2 SBU">
    2613]>
    2714
     
    9481
    9582<screen><userinput>./configure --prefix=/usr &amp;&amp;
    96 make -C libncftp shared</userinput></screen>
     83make -C libncftp shared &amp;&amp;
     84make</userinput></screen>
     85
     86    <para>This package does not come with a test suite.</para>
    9787
    9888    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9989
    100 <screen role='root'><userinput>make -C libncftp soinstall</userinput></screen>
    101 
    102     <para>Again, as an unprivileged user:</para>
    103 
    104 <screen><userinput>make</userinput></screen>
    105 
    106     <para>Again, as the <systemitem class="username">root</systemitem> user:</para>
    107 
    108 <screen role='root'><userinput>make install</userinput></screen>
     90<screen role='root'><userinput>make -C libncftp soinstall &amp;&amp;
     91make install</userinput></screen>
    10992
    11093    <para>To install <application>NcFTP</application> using the
     
    11497<screen><userinput>./configure --prefix=/usr &amp;&amp;
    11598make</userinput></screen>
     99
     100    <para>This package does not come with a test suite.</para>
    116101
    117102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    137122      <title>Config Files</title>
    138123
    139       <para><filename>~/.ncftp/*</filename>; especially
     124      <para><filename>/etc/ncftp.*</filename> and
     125      <filename>~/.ncftp/*</filename>; especially
     126      <filename>/etc/ncftp.prefs_v3</filename> and
    140127      <filename>~/.ncftp/prefs_v3</filename></para>
    141128
    142129      <indexterm zone="ncftp ncftp-config">
    143130        <primary sortas="e-AA.ncftp/*">~/.ncftp/*</primary>
     131      </indexterm>
     132
     133      <indexterm zone="ncftp ncftp-config">
     134        <primary sortas="e-etc-ncftp.*">/etc/ncftp.*</primary>
    144135      </indexterm>
    145136
     
    159150      <application>NcFTPd</application> server.</para>
    160151
    161       <para>There are other options in the <filename>prefs_v3</filename> file. Most
    162       of these are self-explanatory.</para>
     152      <para>There are other options in the <filename>prefs_v3</filename> file.
     153      Most of these are self-explanatory. Global defaults can be set in
     154      <filename>/etc/ncftp.prefs_v3</filename>.</para>
    163155
    164156    </sect3>
  • general.ent

    r0492ab0 r6f8ecea  
    322322<!ENTITY cvs-version                  "1.11.22">
    323323<!ENTITY inetutils-version            "1.5">
    324 <!ENTITY ncftp-version                "3.1.9">
     324<!ENTITY ncftp-version                "3.2.1">
    325325<!-- <!ENTITY ncpfs-version                "2.2.4"> -->
    326326<!ENTITY net-tools-version            "1.60">
  • introduction/welcome/changelog.xml

    r0492ab0 r6f8ecea  
    4545      <para>August 2nd, 2007</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Updated to NcFTP-3.2.1.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to gedit-2.18.2.</para>
Note: See TracChangeset for help on using the changeset viewer.