diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-05-23 22:27:41 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-05-23 22:27:41 +0000 |
commit | 1d259a94a4aad97500a6290b6fdcd6b04dd4c9ed (patch) | |
tree | 10487952115b419b4cd02b17721d0e6f553c5c62 | |
parent | 4e1f2c027172699c39eb40ab416a19e9d4f4570c (diff) | |
download | pfsense-packages-1d259a94a4aad97500a6290b6fdcd6b04dd4c9ed.tar.gz pfsense-packages-1d259a94a4aad97500a6290b6fdcd6b04dd4c9ed.tar.bz2 pfsense-packages-1d259a94a4aad97500a6290b6fdcd6b04dd4c9ed.zip |
* Remove unused portions of dashboard.xml
* Point to correct dashboard.xml URL
-rw-r--r-- | packages/dashboard/dashboard.xml | 4 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/packages/dashboard/dashboard.xml b/packages/dashboard/dashboard.xml index 7f94bc09..198aa8c9 100644 --- a/packages/dashboard/dashboard.xml +++ b/packages/dashboard/dashboard.xml @@ -16,10 +16,6 @@ <custom_php_install_command> dashboard_install(); </custom_php_install_command> - <custom_add_php_command> - </custom_add_php_command> - <custom_php_resync_command> - </custom_php_resync_command> <custom_php_deinstall_command> dashboard_deinstall(); </custom_php_deinstall_command> diff --git a/pkg_config.xml b/pkg_config.xml index ca8a2a91..53091c9a 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -17,7 +17,7 @@ <name>Dashboard</name> <descr>Adds pfSense dashboard that will be included with 1.3.</descr> <category>System</category> - <config_file>http://www.pfsense.com/packages/config/dashboard.xml</config_file> + <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> <version>0.1</version> <status>ALPHA</status> <required_version>1.3</required_version> |