mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
15984265fa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@952 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
711 B
XML
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>
|
|
|