diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-08 20:36:52 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-08 20:36:52 +0000 |
commit | a75da77eb139efaf96f06548359352140531ec2a (patch) | |
tree | 2e3038792baf6b1e5d67ff51ebe07be99147a7ae | |
parent | e6da0b2262a286b36c53e616a6d82907af55d9c2 (diff) | |
download | pfsense-packages-a75da77eb139efaf96f06548359352140531ec2a.tar.gz pfsense-packages-a75da77eb139efaf96f06548359352140531ec2a.tar.bz2 pfsense-packages-a75da77eb139efaf96f06548359352140531ec2a.zip |
Clarify that you should NOT run pure-ftpd on a firewall.
-rw-r--r-- | pkg_config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 2f6d4a1d..7b3537e3 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -17,7 +17,7 @@ <package> <name>pure-ftpd</name> <website>http://www.pureftpd.org/</website> - <descr>Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerabilities, is trivial to set up, and is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.</descr> + <descr>*DO NOT RUN THIS ON A FIREWALL. USE A DEDICATED MACHINE!* Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerabilities, is trivial to set up, and is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.</descr> <category>FTP</category> <config_file>http://www.pfsense.com/packages/config/pure-ftpd.xml</config_file> <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/All</depends_on_package_base_url> |