adjusted localstatedir on proftpd

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1822 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2004-02-19 20:19:18 +00:00
parent a4d2fd62db
commit 8f15c283b3
3 changed files with 7 additions and 3 deletions

View File

@ -12,7 +12,7 @@ useradd -c proftpd -d /home/ftp -g proftpd -s /bin/false proftpd</command>
<screen><userinput><command>install_user=proftpd install_group=proftpd \
&nbsp;&nbsp;&nbsp;./configure --prefix=/usr --sysconfdir=/etc \
&nbsp;&nbsp;&nbsp;--localstatedir=/var &amp;&amp;
&nbsp;&nbsp;&nbsp;--localstatedir=/var/run &amp;&amp;
make &amp;&amp;
make install </command></userinput></screen>

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "CVS-20040218">
<!ENTITY releasedate "February 18th, 2004">
<!ENTITY version "CVS-20040219">
<!ENTITY releasedate "February 19th, 2004">
<!ENTITY blfs-version "cvs">
<!ENTITY % book SYSTEM "book/book.ent">

View File

@ -11,6 +11,10 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 19th, 2004 [larry]: Proftpd - set local state
dir to /var/run instead of /var so the pid file lands in the correct
directory.</para></listitem>
<listitem><para>February 18th, 2004 [igor]: Updated to libxml2-2.6.6
and libxslt-1.1.3.</para></listitem>