summaryrefslogtreecommitdiff
path: root/www/eventum/files/patch-misc_monitor.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/eventum/files/patch-misc_monitor.php')
-rw-r--r--www/eventum/files/patch-misc_monitor.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/eventum/files/patch-misc_monitor.php b/www/eventum/files/patch-misc_monitor.php
deleted file mode 100644
index 45f9f37dc29c..000000000000
--- a/www/eventum/files/patch-misc_monitor.php
+++ /dev/null
@@ -1,24 +0,0 @@
---- misc/monitor.php.orig
-+++ misc/monitor.php
-@@ -39,17 +39,17 @@
- $required_files = array(
- APP_PATH . 'config/config.php' => array(
- 'check_owner' => true,
-- 'owner' => 'apache',
-+ 'owner' => '%%WWWOWN%%',
- 'check_group' => true,
-- 'group' => 'apache',
-+ 'group' => '%%WWWGRP%%',
- 'check_permission' => true,
- 'permission' => 755,
- ),
- APP_PATH . 'config/setup.php' => array(
- 'check_owner' => true,
-- 'owner' => 'apache',
-+ 'owner' => '%%WWWOWN%%',
- 'check_group' => true,
-- 'group' => 'apache',
-+ 'group' => '%%WWWGRP%%',
- 'check_permission' => true,
- 'permission' => 750,
- 'check_filesize' => true,