mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
c08d7f2473
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2033 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
720 B
XML
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>
|