diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-11 20:24:42 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-11 20:24:42 +0000 |
commit | 97930f99814eb7fe74347e5c367f436e8bfc6e73 (patch) | |
tree | 2c1cf87270013ed6e463f972477c728408cc4fb2 | |
parent | 2c053087c792d25b0a81580c0493d268d5b65f03 (diff) | |
download | pfsense-packages-97930f99814eb7fe74347e5c367f436e8bfc6e73.tar.gz pfsense-packages-97930f99814eb7fe74347e5c367f436e8bfc6e73.tar.bz2 pfsense-packages-97930f99814eb7fe74347e5c367f436e8bfc6e73.zip |
Move doorman to broken packages section.
-rw-r--r-- | pkg_config.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 3631a9a4..1ef18066 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -151,18 +151,6 @@ <configurationfile>netio.xml</configurationfile> </package> <package> - <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>Security</category> - <config_file>http://www.pfsense.com/packages/config/doorman.xml</config_file> - <depends_on_package_base_url>http://www.pfsense.com/packages/All</depends_on_package_base_url> - <depends_on_package>doorman-0.8_1.tbz</depends_on_package> - <version>0.8_1</version> - <status>ALPHA</status> - <configurationfile>doorman.xml</configurationfile> - </package> - <package> <name>ifstated</name> <website>http://www.openbsd.org/</website> <descr>The ifstated daemon runs commands in response to network state changes, which it determines by monitoring interface link state or running e @@ -296,5 +284,17 @@ test server or link availability and modify translation or routing rules. This p <status>Stable</status> <configurationfile>freeradius.xml</configurationfile> </package> + <package> + <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>Security</category> + <config_file>http://www.pfsense.com/packages/config/doorman.xml</config_file> + <depends_on_package_base_url>http://www.pfsense.com/packages/All</depends_on_package_base_url> + <depends_on_package>doorman-0.8_1.tbz</depends_on_package> + <version>0.8_1</version> + <status>ALPHA</status> + <configurationfile>doorman.xml</configurationfile> + </package> <!-- END - these packages are inactive --> </pfsensepkgs> |