diff options
author | Colin Smith <colin@pfsense.org> | 2005-03-06 20:05:36 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-03-06 20:05:36 +0000 |
commit | a88085d8555e6ed54d1ada0325af8095eb66231e (patch) | |
tree | 4021f8dc06840c82a88322320ee826610fb35b70 | |
parent | 4d6e0ed9e2b18c6f5397f56a22a83a7ab5d08b8c (diff) | |
download | pfsense-packages-a88085d8555e6ed54d1ada0325af8095eb66231e.tar.gz pfsense-packages-a88085d8555e6ed54d1ada0325af8095eb66231e.tar.bz2 pfsense-packages-a88085d8555e6ed54d1ada0325af8095eb66231e.zip |
* Move netio to "Network Management" with iperf.
* Move doorman to "Security".
-rw-r--r-- | pkg_config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 39634884..37018d99 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -205,7 +205,7 @@ <name>netio</name> <website>http://freshmeat.net/projects/netio/</website> <descr>This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. It measures the net throughput of a network via NetBIOS and/or TCP/IP protocols (Unix and DOS only support TCP/IP) using various different packet sizes.</descr> - <category>Services</category> + <category>Network Management</category> <config_file>http://www.pfsense.com/packages/config/netio.xml</config_file> <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All</depends_on_package_base_url> <depends_on_package>netio-1.14.tbz</depends_on_package> @@ -217,7 +217,7 @@ <name>doorman</name> <website>http://doorman.sourceforge.net</website> <descr>Doorman is a port knocking implementation which allows a server to run silently, invisibly, with all TCP ports closed except to those who know the secret knock.</descr> - <category>Services</category> + <category>Security</category> <config_file>http://www.pfsense.com/packages/config/doorman.xml</config_file> <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All</depends_on_package_base_url> <depends_on_package>doorman-0.8.tbz</depends_on_package> |