Changeset 108485b3


Ignore:
Timestamp:
06/17/2005 06:29:37 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
515209b3
Parents:
f00d92ee
Message:

Update NcFTP-3.1.9. separated user/root

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncftp.xml

    rf00d92ee r108485b3  
    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-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/ncftp-&ncftp-version;-src.tar.bz2">
    10   <!ENTITY ncftp-md5sum        "2a310a3c9ca126e6b409d0d1d1ccda75">
    11   <!ENTITY ncftp-size          "389 KB">
    12   <!ENTITY ncftp-buildsize     "5.2 MB">
    13   <!ENTITY ncftp-time          "0.38 SBU">
     9  <!ENTITY ncftp-download-ftp  "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
     10  <!ENTITY ncftp-md5sum        "66cf8dacec848eb11a70632fe9f21807">
     11  <!ENTITY ncftp-size          "401 KB">
     12  <!ENTITY ncftp-buildsize     "9.9 MB">
     13  <!ENTITY ncftp-time          "0.3 SBU">
    1414]>
    1515
     
    7979
    8080<screen><userinput>./configure --prefix=/usr &amp;&amp;
    81 make -C libncftp shared &amp;&amp;
    82 make -C libncftp soinstall &amp;&amp;
    83 make &amp;&amp;
    84 make install</userinput></screen>
     81make -C libncftp shared</userinput></screen>
     82
     83    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     84
     85<screen role='root'><userinput>make -C libncftp soinstall</userinput></screen>
     86
     87    <para>Again, as the normal user:</para>
     88
     89<screen><userinput>make</userinput></screen>
     90
     91    <para>Again, as the <systemitem class="username">root</systemitem> user:</para>
     92
     93<screen role='root'><userinput>make install</userinput></screen>
    8594
    8695    <para>To install <application>NcFTP</application> using the
     
    8998
    9099<screen><userinput>./configure --prefix=/usr &amp;&amp;
    91 make &amp;&amp;
    92 make install</userinput></screen>
     100make</userinput></screen>
     101
     102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     103
     104<screen role='root'><userinput>make install</userinput></screen>
    93105
    94106  </sect2>
     
    150162        <seg>ncftp, ncftpbatch, ncftpbookmarks, ncftpget,
    151163        ncftpls, ncftpput, and ncftpspooler</seg>
    152         <seg>libncftp</seg>
    153         <seg>Not determined at this time</seg>
     164        <seg>libncftp.so</seg>
     165        <seg>None</seg>
    154166      </seglistitem>
    155167    </segmentedlist>
  • general.ent

    rf00d92ee r108485b3  
    214214<!ENTITY cvs-version                  "1.11.20">
    215215<!ENTITY inetutils-version            "1.4.2">
    216 <!ENTITY ncftp-version                "3.1.7">
     216<!ENTITY ncftp-version                "3.1.9">
    217217<!ENTITY ncpfs-version                "2.2.4">
    218218<!ENTITY net-tools-version            "1.60">
  • introduction/welcome/changelog.xml

    rf00d92ee r108485b3  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>June 17th, 2005 [djensen]: Updated to NcFTP-3.1.9.
     29      Separated root/user.</para>
     30    </listitem>
    2631
    2732    <listitem>
Note: See TracChangeset for help on using the changeset viewer.