diff options
author | jim-p <jim@pingle.org> | 2009-05-12 20:39:55 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-05-12 20:41:49 -0400 |
commit | c74e4dc2ea303c9c54874c3d527be52722cb09e7 (patch) | |
tree | aa87e25029241dd82553052b35d22d61783d26c9 /config/dashboard/dashboard.xml | |
parent | 4e5739166700711a36ed03a90d2bf18dd4c57d1f (diff) | |
download | pfsense-packages-c74e4dc2ea303c9c54874c3d527be52722cb09e7.tar.gz pfsense-packages-c74e4dc2ea303c9c54874c3d527be52722cb09e7.tar.bz2 pfsense-packages-c74e4dc2ea303c9c54874c3d527be52722cb09e7.zip |
Dashboard 0.7.6
* Add IPSec Mobile Client/Tunnel Status
* Show FreeBSD version on System Information
* Removed the uninstall routine. It didn't work properly most of the time, and after a firmware update it actually resulted in the wrong file being replaced.
Diffstat (limited to 'config/dashboard/dashboard.xml')
-rw-r--r-- | config/dashboard/dashboard.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 3b6de1b0..799504ba 100644 --- a/config/dashboard/dashboard.xml +++ b/config/dashboard/dashboard.xml @@ -7,7 +7,7 @@ /* $Id$ */ /* ========================================================================== */ /* - authng.xml + dashboard.xml part of pfSense (http://www.pfSense.com) Copyright (C) 2007 to whom it may belong All rights reserved. @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>dashboard</name> - <version>0.7.5.3</version> + <version>0.7.6</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> @@ -62,7 +62,4 @@ <custom_php_install_command> dashboard_install(); </custom_php_install_command> - <custom_php_deinstall_command> - dashboard_deinstall(); - </custom_php_deinstall_command> </packagegui> |