diff options
author | jim-p <jim@pingle.org> | 2009-05-15 19:24:14 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-05-15 19:30:46 -0400 |
commit | cde38669b502666b6775a0b950a31f0534018489 (patch) | |
tree | f7fa9625e038728bd2814435c625fd01637fe20d | |
parent | 0e432ea1d03bc9e0093498d887a03ac89f3e6baa (diff) | |
download | pfsense-packages-cde38669b502666b6775a0b950a31f0534018489.tar.gz pfsense-packages-cde38669b502666b6775a0b950a31f0534018489.tar.bz2 pfsense-packages-cde38669b502666b6775a0b950a31f0534018489.zip |
Dashboard 0.7.6.2 - Don't copy/clobber fbegin.inc. There were no useful modifications in it, and it altered some menu item locations.
-rw-r--r-- | config/dashboard/dashboard.inc | 3 | ||||
-rw-r--r-- | config/dashboard/dashboard.xml | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
4 files changed, 3 insertions, 6 deletions
diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc index 66c3c659..f539e90c 100644 --- a/config/dashboard/dashboard.inc +++ b/config/dashboard/dashboard.inc @@ -7,7 +7,6 @@ function dashboard_install() { /* Copy, then rm the files for backup. For some odd reason, mv alone does * not always result in the proper file being used. */ mwexec("cp /usr/local/www/index.php /usr/local/www/index.php.before_dashboard"); - mwexec("cp /usr/local/www/fbegin.inc /usr/local/www/fbegin.inc.before_dashboard"); mwexec("cp /usr/local/www/diag_logs_filter.php /usr/local/www/diag_logs_filter.php.before_dashboard"); mwexec("cp /usr/local/www/diag_logs_filter_dynamic.php /usr/local/www/diag_logs_filter_dynamic.php.before_dashboard"); @@ -18,13 +17,11 @@ function dashboard_install() { 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"); mwexec("chown root:wheel /usr/local/www/stats.php"); mwexec("chown root:wheel /usr/local/www/diag_logs_filter.php"); mwexec("chown root:wheel /usr/local/www/diag_logs_filter_dynamic.php"); mwexec("chmod ug+rw,o-w /usr/local/www/index.php"); - mwexec("chmod ug+rw,o-w /usr/local/www/fbegin.php"); mwexec("chmod ug+rw,o-w /usr/local/www/graph_cpu.php"); mwexec("chmod ug+rw,o-w /usr/local/www/stats.php"); mwexec("chmod ug+rw,o-w /usr/local/www/diag_logs_filter.php"); diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 33a0254e..7a299b47 100644 --- a/config/dashboard/dashboard.xml +++ b/config/dashboard/dashboard.xml @@ -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.6.1</version> + <version>0.7.6.2</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 88b3c473..aac38177 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -78,7 +78,7 @@ <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.6</version> + <version>0.7.6.2</version> <status>BETA</status> <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> diff --git a/pkg_config.xml b/pkg_config.xml index f7a8814c..894fc311 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -86,7 +86,7 @@ <descr>Adds pfSense dashboard that will be included with 2.0. This requires 1.2 or newer. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>1.7.6.1</version> + <version>1.7.6.2</version> <status>BETA</status> <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> |