glfs/content/web/proftpd/proftpd-exp.xml
Larry Lawrence 15984265fa added proftpd-1.2.8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@952 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-07-31 00:56:25 +00:00

21 lines
711 B
XML

<sect2>
<title>Command explanations</title>
<para><command>install_user=proftpd install_groud=proftpd</command>
: Specify the user and group identity for ProFTPD.</para>
<para><command>--prefix=/usr</command>
: This installs ProFTPD in <filename class="directory">/usr</filename>
instead of <filename class="directory">/usr/local</filename>.</para>
<para><command>--sysconfigdir=/etc</command>
: This prevents the configuration files from going to
<filename class="directory">/usr/etc</filename>.</para>
<para><command>--localstatedir=/var</command>
: This uses <filename class="directory">/var</filename> instead of
<filename class="directory">/usr/var</filename> for lock and log files.</para>
</sect2>