diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-30 00:09:42 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-30 00:09:42 +0000 |
commit | f5e25171e13ba5361821148b64c26d2476097d12 (patch) | |
tree | 7aa1ce36cab0a83f467e4efcec4caa14d2b48d58 /packages/pure-ftpd.xml | |
parent | e6b2f3dca2f0b34286720f2527816a37eab0877d (diff) | |
download | pfsense-packages-f5e25171e13ba5361821148b64c26d2476097d12.tar.gz pfsense-packages-f5e25171e13ba5361821148b64c26d2476097d12.tar.bz2 pfsense-packages-f5e25171e13ba5361821148b64c26d2476097d12.zip |
Add new pure-ftpd settings xml module allowing user to set many neat options.
Diffstat (limited to 'packages/pure-ftpd.xml')
-rw-r--r-- | packages/pure-ftpd.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/pure-ftpd.xml b/packages/pure-ftpd.xml index ef1bef2a..0f737652 100644 --- a/packages/pure-ftpd.xml +++ b/packages/pure-ftpd.xml @@ -3,11 +3,17 @@ <name>pure-ftpd</name> <!-- Menu is where this packages menu will appear --> <menu> - <name>Pure FTPD</name> + <name>Pure FTPD Accounts</name> <tooltiptext>Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerability, it is trivial to set up, and it 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.</tooltiptext> <section>Services</section> <configfile>pureftpd.xml</configfile> </menu> + <menu> + <name>Pure FTPD Settings</name> + <tooltiptext>Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerability, it is trivial to set up, and it 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.</tooltiptext> + <section>Services</section> + <configfile>pureftpdsettings.xml</configfile> + </menu> <!-- configpath gets expanded out automatically and config items will be stored in that location seperated with -> --> <configpath>installedpackages->package->$packagename->configuration</configpath> |