glfs/content/web/proftpd/proftpd-exp.xml

20 lines
710 B
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para><command>install_user=proftpd install_group=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>