diff options
author | Colin Smith <colin@pfsense.org> | 2005-02-20 22:09:57 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-02-20 22:09:57 +0000 |
commit | b56ba2a7ce16ad33b9bb7dff8b6e0ffbe09b5a71 (patch) | |
tree | c21fa3619337f337fe8ebf54bec28c61950975a0 /pkg_config.xml | |
parent | 5bc6cf7ed5539097a043c0f35097a8e9e208ec39 (diff) | |
download | pfsense-packages-b56ba2a7ce16ad33b9bb7dff8b6e0ffbe09b5a71.tar.gz pfsense-packages-b56ba2a7ce16ad33b9bb7dff8b6e0ffbe09b5a71.tar.bz2 pfsense-packages-b56ba2a7ce16ad33b9bb7dff8b6e0ffbe09b5a71.zip |
Add ifstated ALPHA package.
Diffstat (limited to 'pkg_config.xml')
-rw-r--r-- | pkg_config.xml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 26638e5c..9961d687 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -124,5 +124,28 @@ <status>BETA</status> <configurationfile>freeradius.xml</configurationfile> </package> - </packages> + <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 exter- +nal tests. For example, it can be used with carp(4) to change running +services or to ensure that carp(4) interfaces stay in sync, or with pf(4) +to test server or link availability and modify translation or routing +rules. This package is currently useless without the carp package installed. + </descr> + <category>Network Management</category> + <config_file> + http://www.pfsense.com/packages/config/ifstated.xml + </config_file> + <depends_on_package_base_url> + http://www.pfsense.com/packages/All + </depends_on_package_base_url> + <depends_on_package>ifstated-20041117.tbz</depends_on_package> + <version>20041117</version> + <status>ALPHA</status> + <configurationfile>ifstated.xml</configurationfile> + </package> +</packages> </pfsensepkgs> |