diff options
author | Jim Pingle <jim@pingle.org> | 2009-03-02 09:52:16 -0500 |
---|---|---|
committer | Jim Pingle <jim@pingle.org> | 2009-03-02 09:52:16 -0500 |
commit | 46633e4793ad7b74ac3686749a89cf600d86f196 (patch) | |
tree | 4d9f50220aca2a862784e71dabc5785cb3269967 | |
parent | 2ffdb34dfff50ce2455104e631a2db45ffb0d5ca (diff) | |
download | pfsense-packages-46633e4793ad7b74ac3686749a89cf600d86f196.tar.gz pfsense-packages-46633e4793ad7b74ac3686749a89cf600d86f196.tar.bz2 pfsense-packages-46633e4793ad7b74ac3686749a89cf600d86f196.zip |
Redo previous commit to fix the package.
-rw-r--r-- | config/dashboard/dashboard.inc | 1 | ||||
-rw-r--r-- | config/dashboard/dashboard.xml | 2 | ||||
-rw-r--r-- | pkg_config.7.xml | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc index a97954ae..0eab0a3a 100644 --- a/config/dashboard/dashboard.inc +++ b/config/dashboard/dashboard.inc @@ -28,6 +28,7 @@ function dashboard_deinstall() { } function assign_privs() { + /* Fix permissions on replaced files */ mwexec("chown root:wheel /usr/local/www/index.php"); mwexec("chown root:wheel /usr/local/www/fbegin.php"); mwexec("chown root:wheel /usr/local/www/graph_cpu.php"); diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 26e41cef..ba8bb575 100644 --- a/config/dashboard/dashboard.xml +++ b/config/dashboard/dashboard.xml @@ -42,7 +42,7 @@ /* ========================================================================== */ ]]> </copyright> - <description>Describe your package here</description> + <description>Dashboard package</description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>dashboard</name> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index cd7cd34b..8116a677 100644 --- 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 or newer. WARNING! Cannot be deinstalled.</descr> + <descr>Adds pfSense dashboard that will be included with 2.0. This requires 1.2.1 or newer. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>0.6.2</version> + <version>0.7.1</version> <status>BETA</status> - <required_version>1.2</required_version> + <required_version>1.2.1</required_version> <maximum_version>1.9</maximum_version> <configurationfile>dashboard.xml</configurationfile> </package> |