Changeset 3f037be


Ignore:
Timestamp:
07/19/2004 03:52:02 AM (20 years ago)
Author:
Archaic <archaic@…>
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:
b600019
Parents:
d7c8734
Message:

Added changelog entry and a couple of textual changes

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/web/vsftpd.xml

    rd7c8734 r3f037be  
    4747anonymous users to.</para>
    4848
    49 <screen><userinput><command>mkdir -p /var/ftp/empty &amp;&amp;
    50 install -d -m 0755 -o root -g root /home/ftp &amp;&amp;
     49<screen><userinput><command>install -d -m 0755 /var/ftp/empty &amp;&amp;
     50install -d -m 0755 /home/ftp &amp;&amp;
    5151groupadd vsftpd &amp;&amp;
    5252useradd -d /dev/null -g vsftpd -s /bin/false vsftpd &amp;&amp;
     
    6969<title>Command explanations</title>
    7070
    71 <para><parameter>mkdir -p /var/ftp/empty</parameter>:
    72 vsFTPD needs an empty directory to chroot into.</para>
    73 
    74 <para><parameter>install -d -m 0700 -o root [...]</parameter>:
    75 This creates the directory that anonymous users will use.</para>
     71<para><parameter>install -d [...]</parameter>: This creates the directory that
     72anonymous users will use (/home/ftp) and the directory the daemon will chroot
     73into (/var/ftp/empty).</para>
    7674
    7775<note><para><filename class="directory">/home/ftp</filename> should not be
  • general.ent

    rd7c8734 r3f037be  
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
    88<!ENTITY lfs-version  "testing">              <!-- stable|testing|unstable] -->
    9 <!ENTITY last-commit  "Sun Jul 18 13:04:14 MDT 2004"> <!-- Need to set up auto update for this -->
     9<!ENTITY last-commit  "Sun Jul 18 21:51:05 MDT 2004"> <!-- Need to set up auto update for this -->
    1010
    1111<!ENTITY maintainer-fullname  "Bruce Dubbs">
  • introduction/welcome/changelog.xml

    rd7c8734 r3f037be  
    1919<itemizedlist>
    2020
     21<listitem><para>July 18th, 2004 [archaic]: Added vsFTPD
     22instructions</para></listitem>
     23
    2124<listitem><para>July 18th, 2004 [dj]: Added svn server
    2225instructions</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.