Changeset e4fef732


Ignore:
Timestamp:
07/22/2004 02:11:27 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
5fef0f97
Parents:
3b01cdd
Message:

subversion-1.0.6 and vsftpd changes

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r3b01cdd re4fef732  
    4343<sect4><title>Optional (cleint and server)</title>
    4444<para>
     45<xref linkend="expat"/>,
    4546<xref linkend="gdbm"/>,
    4647<xref linkend="openssl"/>,
    47 <xref linkend="openssh"/> and
     48<xref linkend="openssh"/>,
     49<xref linkend="pkgconfig"/> and
    4850<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>
    4951</para></sect4>
     
    5557<xref linkend="Python"/>,
    5658<ulink url="http://www.swig.org">SWIG</ulink> and
    57 <ulink url="http://www.webdav.org/neon/">neon</ulink>
     59<ulink url="http://www.webdav.org/neon/">neon-0.24.7</ulink>
    5860</para>
    5961</sect4>
  • content/web/vsftpd.xml

    r3b01cdd re4fef732  
    5959<screen><userinput><command>make &amp;&amp;
    6060install -m 755 vsftpd /usr/sbin/vsftpd &amp;&amp;
    61 install -m 644 vsftpd.8 /usr/share/man/man5 &amp;&amp;
    62 install -m 644 vsftpd.conf.5 /usr/share/man/man8 &amp;&amp;
     61install -m 644 vsftpd.8 /usr/share/man/man8 &amp;&amp;
     62install -m 644 vsftpd.conf.5 /usr/share/man/man5 &amp;&amp;
    6363install -m 644 vsftpd.conf /etc
    6464</command></userinput></screen>
     
    109109
    110110<screen><userinput><command>cat &gt;&gt; /etc/vsftpd.conf &lt;&lt; "EOF"</command>
     111background=YES
    111112listen=YES
    112113nopriv_user=vsftpd
  • general.ent

    r3b01cdd re4fef732  
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
    88<!ENTITY lfs-version  "testing">              <!-- stable|testing|unstable] -->
    9 <!ENTITY last-commit  "Sun Jul 18 21:51:05 MDT 2004"> <!-- Need to set up auto update for this -->
     9<!ENTITY last-commit  "Tues Jul 21 21:59:00 MDT 2004"> <!-- Need to set up auto update for this -->
    1010
    1111<!ENTITY maintainer-fullname  "Bruce Dubbs">
     
    162162<!ENTITY rsync-version                "2.6.2">
    163163<!ENTITY cvs-version                  "1.11.17"> 
    164 <!ENTITY subversion-version           "1.0.5">
     164<!ENTITY subversion-version           "1.0.6">
    165165<!ENTITY wget-version                 "1.9.1"> 
    166166<!ENTITY tcpwrappers-version          "7.6"> 
     
    197197<!-- bind (chapter 19) -->           
    198198<!-- cvs (chapter 18) -->           
     199<!-- subversion (chapter 18) -->
    199200<!-- dhcp (chapter 14) -->           
    200201<!ENTITY leafnode-version             "1.10.0">
  • introduction/welcome/changelog.xml

    r3b01cdd re4fef732  
    1919<itemizedlist>
    2020
     21<listitem><para>July 21st, 2004 [dj]: Added 'background=YES' to vsftpd
     22config file and fixed transposed manpages. Updated to subversion-1.0.6,
     23added expat and pkgconfig to optional dependencies, and mentioned
     24specific version of neon required.</para></listitem>
     25
    2126<listitem><para>July 21st, 2004 [randy]: Changed cp command to install for
    2227UnZip library installation; added optional dependencies to OpenSSL; added
Note: See TracChangeset for help on using the changeset viewer.