Changeset 00555b0f for basicnet


Ignore:
Timestamp:
07/29/2009 01:13:31 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
beaa51b
Parents:
1c65bfd
Message:

Updated to NcFTP-3.2.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncftp.xml

    r1c65bfd r00555b0f  
    77  <!ENTITY ncftp-download-http "http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
    88  <!ENTITY ncftp-download-ftp  "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
    9   <!ENTITY ncftp-md5sum        "d82cdfe0d5448172c03b434607414fb8">
    10   <!ENTITY ncftp-size          "409 KB">
    11   <!ENTITY ncftp-buildsize     "9.8 MB">
     9  <!ENTITY ncftp-md5sum        "fac4aa169e1734e8d9617afd4a9b51e5">
     10  <!ENTITY ncftp-size          "416 KB">
     11  <!ENTITY ncftp-buildsize     "8 MB">
    1212  <!ENTITY ncftp-time          "0.2 SBU">
    1313]>
     
    3434    Protocol.  It is intended to replace or supplement the stock
    3535    <command>ftp</command> program.</para>
     36
     37    &lfs65_checked;
    3638
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8082    first (and optimal) method, run the following commands:</para>
    8183
    82 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     84<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    8385make -C libncftp shared &amp;&amp;
    8486make</userinput></screen>
     
    9597    functionality linked in statically) run the following commands:</para>
    9698
    97 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     99<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    98100make</userinput></screen>
    99101
Note: See TracChangeset for help on using the changeset viewer.