diff options
-rwxr-xr-x | pkg_config.7.xml | 6 | ||||
-rw-r--r-- | pkg_config.xml | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index caf46b6a..77ce7210 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -75,12 +75,12 @@ </package> <package> <name>Dashboard</name> - <descr>Adds pfSense dashboard that will be included with 2.0. This requires 1.2.1 or newer. WARNING! Cannot be deinstalled.</descr> + <descr>Adds pfSense dashboard that will be included with 2.0. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>0.7.4</version> + <version>0.7.5</version> <status>BETA</status> - <required_version>1.2.1</required_version> + <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> <configurationfile>dashboard.xml</configurationfile> </package> diff --git a/pkg_config.xml b/pkg_config.xml index d8ab56ad..21826371 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -812,4 +812,15 @@ <config_file>http://www.pfsense.com/packages/config/open-vm-tools/open-vm-tools.xml</config_file> <configurationfile>open-vm-tools.xml</configurationfile> </package> + <package> + <name>Dashboard</name> + <descr>Adds pfSense dashboard that will be included with 2.0. WARNING! Cannot be deinstalled.</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> + <version>0.7.5</version> + <status>BETA</status> + <required_version>1.2</required_version> + <maximum_version>1.9</maximum_version> + <configurationfile>dashboard.xml</configurationfile> + </package> </pfsensepkgs> |