diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-23 00:43:08 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-23 00:43:08 +0000 |
commit | f363f458e010a533d64ede6eb87c011c984a2a7c (patch) | |
tree | 9100581aad1a6b86e36a1787f933c1b26c5eba83 | |
parent | 0329b84315ec4c2273a7cf05da2943355744d2f0 (diff) | |
download | pfsense-packages-f363f458e010a533d64ede6eb87c011c984a2a7c.tar.gz pfsense-packages-f363f458e010a533d64ede6eb87c011c984a2a7c.tar.bz2 pfsense-packages-f363f458e010a533d64ede6eb87c011c984a2a7c.zip |
Assign <version>0.1.0</version>
-rw-r--r-- | packages/carp.xml | 2 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/carp.xml b/packages/carp.xml index 9b317274..8e78cc88 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" ?> <packagegui> <name>carp</name> - <version/> + <version>0.1.0</version> <title>Services: CARP (failover)</title> <!-- Menu is where this packages menu will appear --> <menu> diff --git a/pkg_config.xml b/pkg_config.xml index 6179510d..d5301124 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -83,7 +83,7 @@ <descr>CARP is a tool to help achieve system redundancy by having multiple computers creating a single, virtual network interface between them. This allows another machine to respond in the event a server fails, and allows a degree of load sharing between systems. CARP is an improvement over the Virtual Router Redundancy Protocol (VRRP) standard. It was developed after VRRP was shown to possibly overlap a Cisco patent.</descr> <website>http://www.openbsd.org/faq/faq6.html#CARP</website> <category>Network Management</category> - <version></version> + <version>0.1.0</version> <status>ALPHA</status> <config_file>http://www.pfsense.com/packages/config/carp.xml</config_file> <configurationfile>carp.xml</configurationfile> |