From 6f8ecea6809756b5ac14cd31734b3ee830415bf1 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Thu, 2 Aug 2007 21:49:44 +0000 Subject: [PATCH] Updated to ncftp-3.2.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7006 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- basicnet/netprogs/ncftp.xml | 52 +++++++++++++----------------- general.ent | 2 +- introduction/welcome/changelog.xml | 3 ++ 3 files changed, 26 insertions(+), 31 deletions(-) diff --git a/basicnet/netprogs/ncftp.xml b/basicnet/netprogs/ncftp.xml index b1a2485e56..bfa364c772 100644 --- a/basicnet/netprogs/ncftp.xml +++ b/basicnet/netprogs/ncftp.xml @@ -4,25 +4,12 @@ %general-entities; - - - - - - - - - - - - + + + + ]> @@ -93,19 +80,15 @@ first (and optimal) method, run the following commands: ./configure --prefix=/usr && -make -C libncftp shared +make -C libncftp shared && +make + + This package does not come with a test suite. Now, as the root user: -make -C libncftp soinstall - - Again, as an unprivileged user: - -make - - Again, as the root user: - -make install +make -C libncftp soinstall && +make install To install NcFTP using the second method (with the libncftp @@ -114,6 +97,8 @@ make -C libncftp shared ./configure --prefix=/usr && make + This package does not come with a test suite. + Now, as the root user: make install @@ -136,13 +121,19 @@ make Config Files - ~/.ncftp/*; especially + /etc/ncftp.* and + ~/.ncftp/*; especially + /etc/ncftp.prefs_v3 and ~/.ncftp/prefs_v3 ~/.ncftp/* + + /etc/ncftp.* + + @@ -158,8 +149,9 @@ make This disables the splash screen advertising the NcFTPd server. - There are other options in the prefs_v3 file. Most - of these are self-explanatory. + There are other options in the prefs_v3 file. + Most of these are self-explanatory. Global defaults can be set in + /etc/ncftp.prefs_v3. diff --git a/general.ent b/general.ent index 7040aaef93..44c4b5b561 100644 --- a/general.ent +++ b/general.ent @@ -321,7 +321,7 @@ $Date$ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 902ce99806..1252818b29 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ August 2nd, 2007 + + [dnicholson] - Updated to NcFTP-3.2.1. + [randy] - Updated to gedit-2.18.2.