From: Elan Ruusamäe Date: Wed, 24 Nov 2010 16:24:31 +0000 (+0000) Subject: - uids/gids X-Git-Tag: auto/ac/eventum-2_3_1-1~6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Feventum.git;a=commitdiff_plain;h=97f6bb1b2a7838a8fa78907d9264154ec783b6e5 - uids/gids Changed files: eventum-paths.patch -> 1.50 --- diff --git a/eventum-paths.patch b/eventum-paths.patch index 4fa7b19..58eb823 100644 --- a/eventum-paths.patch +++ b/eventum-paths.patch @@ -127,3 +127,27 @@ if (!file_exists(APP_CONFIG_PATH . '/irc_config.php')) { fwrite(STDERR, "ERROR: No config specified. Please see setup/irc_config.php for config information.\n\n"); +--- eventum/crons/monitor.php 2010-11-24 17:24:23.000000000 +0200 ++++ eventum/crons/monitor.php 2010-11-24 18:23:09.664934996 +0200 +@@ -37,17 +37,17 @@ + $required_files = array( + APP_CONFIG_PATH . '/config.php' => array( + 'check_owner' => true, +- 'owner' => 'apache', ++ 'owner' => 'root', + 'check_group' => true, +- 'group' => 'apache', ++ 'group' => 'http', + 'check_permission' => true, + 'permission' => 640, + ), + APP_CONFIG_PATH . '/setup.php' => array( + 'check_owner' => true, +- 'owner' => 'apache', ++ 'owner' => 'root', + 'check_group' => true, +- 'group' => 'apache', ++ 'group' => 'http', + 'check_permission' => true, + 'permission' => 660, + 'check_filesize' => true,