mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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:
parent
a4d2fd62db
commit
8f15c283b3
@ -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 \
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var &&
|
||||
--localstatedir=/var/run &&
|
||||
make &&
|
||||
make install </command></userinput></screen>
|
||||
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user