Author: dnicholson
Date: 2007-02-03 13:17:47 -0700 (Sat, 03 Feb 2007)
New Revision: 6533
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/vsftpd.xml
Log:
Optional libcap dependency in vsftpd
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-02-03 19:30:45 UTC
(rev 6532)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-02-03 20:17:47 UTC
(rev 6533)
@@ -49,6 +49,10 @@
Xorg-7 man pages to $XORG_PREFIX/share/man and configuring
Man-DB to use that location. Fixes ticket #2229.</para>
</listitem>
+ <listitem>
+ <para>[dnicholson] - Added an optional libcap dependency to
+ vsftpd.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/server/major/vsftpd.xml
===================================================================
--- trunk/BOOK/server/major/vsftpd.xml 2007-02-03 19:30:45 UTC (rev 6532)
+++ trunk/BOOK/server/major/vsftpd.xml 2007-02-03 20:17:47 UTC (rev 6533)
@@ -4,18 +4,6 @@
<!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 vsftpd-download-http " ">
<!ENTITY vsftpd-download-ftp
"ftp://vsftpd.beasts.org/users/cevans/vsftpd-&vsftpd-version;.tar.gz">
<!ENTITY vsftpd-md5sum "146062e8b2f93af43ff6c2c770feea94">
@@ -71,8 +59,9 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="linux-pam"/>,
- <xref linkend="openssl"/>, and
- <xref linkend="tcpwrappers"/></para>
+ <xref linkend="openssl"/>, <xref linkend="tcpwrappers"/>, and
+ <ulink
url="http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/">
+ libcap</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/vsftpd"/></para>
@@ -101,6 +90,8 @@
<screen><userinput>make</userinput></screen>
+ <para>This package does not come with a test suite.</para>
+
<para>Once again, become the <systemitem class="username">root</systemitem>
user and install <application>vsftpd</application> with the following
commands:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page