|
@@ -16,7 +16,7 @@ Install_PureFTPd() {
|
|
|
tar xzf pure-ftpd-${pureftpd_ver}.tar.gz
|
|
|
pushd pure-ftpd-${pureftpd_ver} > /dev/null
|
|
|
[ ! -d "${pureftpd_install_dir}" ] && mkdir -p ${pureftpd_install_dir}
|
|
|
- ./configure --prefix=${pureftpd_install_dir} CFLAGS=-O2 --with-puredb --with-quotas --with-cookie --with-virtualhosts --with-virtualchroot --with-diraliases --with-sysquotas --with-ratios --with-altlog --with-paranoidmsg --with-shadow --with-welcomemsg --with-throttling --with-uploadscript --with-language=english --with-rfc2640 --with-tls
|
|
|
+ ./configure --prefix=${pureftpd_install_dir} CFLAGS=-O2 --with-puredb --with-quotas --with-cookie --with-virtualhosts --with-virtualchroot --with-diraliases --with-sysquotas --with-ratios --with-altlog --with-paranoidmsg --with-shadow --with-welcomemsg --with-throttling --with-uploadscript --with-language=english --with-tls
|
|
|
make -j ${THREAD} && make install
|
|
|
popd > /dev/null
|
|
|
if [ -e "${pureftpd_install_dir}/sbin/pure-ftpwho" ]; then
|