mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to ncftp-3.2.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7006 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0492ab08f7
commit
6f8ecea680
@ -4,25 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!-- Inserted as a reminder to do this. The mention of a test suite
|
||||
is usually right before the root user installation commands. Please
|
||||
delete these 12 (including one blank) lines after you are done.-->
|
||||
|
||||
<!-- Use one of the two mentions below about a test suite,
|
||||
delete the line that is not applicable. Of course, if the
|
||||
test suite uses syntax other than "make check", revise the
|
||||
line to reflect the actual syntax to run the test suite -->
|
||||
|
||||
<!-- <para>This package does not come with a test suite.</para> -->
|
||||
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
|
||||
|
||||
<!ENTITY ncftp-download-http "http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
|
||||
<!-- <!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2"> -->
|
||||
<!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
|
||||
<!ENTITY ncftp-md5sum "66cf8dacec848eb11a70632fe9f21807">
|
||||
<!ENTITY ncftp-size "401 KB">
|
||||
<!ENTITY ncftp-buildsize "9.9 MB">
|
||||
<!ENTITY ncftp-time "0.3 SBU">
|
||||
<!ENTITY ncftp-md5sum "d82cdfe0d5448172c03b434607414fb8">
|
||||
<!ENTITY ncftp-size "409 KB">
|
||||
<!ENTITY ncftp-buildsize "9.8 MB">
|
||||
<!ENTITY ncftp-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="ncftp" xreflabel="NcFTP-&ncftp-version;">
|
||||
@ -93,19 +80,15 @@
|
||||
first (and optimal) method, run the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make -C libncftp shared</userinput></screen>
|
||||
make -C libncftp shared &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>make -C libncftp soinstall</userinput></screen>
|
||||
|
||||
<para>Again, as an unprivileged user:</para>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
<para>Again, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>make install</userinput></screen>
|
||||
<screen role='root'><userinput>make -C libncftp soinstall &&
|
||||
make install</userinput></screen>
|
||||
|
||||
<para>To install <application>NcFTP</application> using the
|
||||
second method (with the <filename class="libraryfile">libncftp</filename>
|
||||
@ -114,6 +97,8 @@ make -C libncftp shared</userinput></screen>
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>make install</userinput></screen>
|
||||
@ -136,13 +121,19 @@ make</userinput></screen>
|
||||
<sect3 id="ncftp-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<para><filename>~/.ncftp/*</filename>; especially
|
||||
<para><filename>/etc/ncftp.*</filename> and
|
||||
<filename>~/.ncftp/*</filename>; especially
|
||||
<filename>/etc/ncftp.prefs_v3</filename> and
|
||||
<filename>~/.ncftp/prefs_v3</filename></para>
|
||||
|
||||
<indexterm zone="ncftp ncftp-config">
|
||||
<primary sortas="e-AA.ncftp/*">~/.ncftp/*</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="ncftp ncftp-config">
|
||||
<primary sortas="e-etc-ncftp.*">/etc/ncftp.*</primary>
|
||||
</indexterm>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
@ -158,8 +149,9 @@ make</userinput></screen>
|
||||
<para>This disables the splash screen advertising the
|
||||
<application>NcFTPd</application> server.</para>
|
||||
|
||||
<para>There are other options in the <filename>prefs_v3</filename> file. Most
|
||||
of these are self-explanatory.</para>
|
||||
<para>There are other options in the <filename>prefs_v3</filename> file.
|
||||
Most of these are self-explanatory. Global defaults can be set in
|
||||
<filename>/etc/ncftp.prefs_v3</filename>.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
@ -321,7 +321,7 @@ $Date$
|
||||
<!-- Chapter 18 -->
|
||||
<!ENTITY cvs-version "1.11.22">
|
||||
<!ENTITY inetutils-version "1.5">
|
||||
<!ENTITY ncftp-version "3.1.9">
|
||||
<!ENTITY ncftp-version "3.2.1">
|
||||
<!-- <!ENTITY ncpfs-version "2.2.4"> -->
|
||||
<!ENTITY net-tools-version "1.60">
|
||||
<!ENTITY wireless-tools-version "28">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>August 2nd, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Updated to NcFTP-3.2.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to gedit-2.18.2.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user