2003-07-31 08:56:25 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-11-02 20:51:55 +08:00
|
|
|
<para><command>install_user=proftpd install_group=proftpd</command>
|
2003-07-31 08:56:25 +08:00
|
|
|
: 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>
|