glfs/content/web/proftpd/proftpd-exp.xml
Igor Živković c08d7f2473 proftpd typo fix
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2033 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-20 08:00:02 +00:00

20 lines
720 B
XML

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