glfs/content/web/proftpd/proftpd-inst.xml
Larry Lawrence 15984265fa added proftpd-1.2.8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@952 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-07-31 00:56:25 +00:00

21 lines
707 B
XML

<sect2>
<title>Installation of <application>ProFTPD</application></title>
<para>For security reasons, running <application>ProFTPD</application>
as an unpriviledged user and group is encouraged.</para>
<para><screen><userinput><command>groupadd proftpd &amp;&amp;
useradd -c proftd -d /home/ftp -g proftpd -s /bin/false proftpd</command>
</userinput></screen></para>
<para>Install ProFTPD by running the following commands:</para>
<para><screen><userinput><command>install_user=proftpd install_group=proftpd \
&nbsp;&nbsp;&nbsp;./configure --prefix=/usr --sysconfdir=/etc \
&nbsp;&nbsp;&nbsp;--localstatedir=/var &amp;&amp;
make &amp;&amp;
make install </command></userinput></screen></para>
</sect2>