diff options
Diffstat (limited to 'config/dashboard')
-rw-r--r-- | config/dashboard/dashboard.inc | 1 | ||||
-rw-r--r-- | config/dashboard/dashboard.xml | 2 |
2 files changed, 2 insertions, 1 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> |