diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-05-23 22:16:35 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-05-23 22:16:35 +0000 |
commit | 55d1782d0da4b3e49f4116fff33fe6c4879a98f3 (patch) | |
tree | 28f9c8d8abd0cbef89ac490d346c67ffc70e21d5 /packages/dashboard/dashboard.xml | |
parent | 67f018771b785f4bd0c27a6c6fe5ddfb2cca074d (diff) | |
download | pfsense-packages-55d1782d0da4b3e49f4116fff33fe6c4879a98f3.tar.gz pfsense-packages-55d1782d0da4b3e49f4116fff33fe6c4879a98f3.tar.bz2 pfsense-packages-55d1782d0da4b3e49f4116fff33fe6c4879a98f3.zip |
Add Dashboard package for 1.2.
Diffstat (limited to 'packages/dashboard/dashboard.xml')
-rw-r--r-- | packages/dashboard/dashboard.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/dashboard/dashboard.xml b/packages/dashboard/dashboard.xml new file mode 100644 index 00000000..7f94bc09 --- /dev/null +++ b/packages/dashboard/dashboard.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8" ?> +<packagegui> + <title>Dashboard</title> + <name>dashboard</name> + <version>0.1</version> + <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>077</chmod> + <item>http://www.pfsense.com/packages/config/dashboard/dashboard.inc</item> + </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>077</chmod> + <item>http://www.pfsense.com/packages/config/dashboard/binaries/widgets.tgz</item> + </additional_files_needed> + <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> +</packagegui> + + +
\ No newline at end of file |