]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- uids/gids
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 24 Nov 2010 16:24:31 +0000 (16:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-paths.patch -> 1.50

eventum-paths.patch

index 4fa7b19e0b1b829df28e6cf267a1440459516024..58eb823c81f913bd68eb70f9fad3f5b391e0f9cb 100644 (file)
  
  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,
This page took 0.045492 seconds and 4 git commands to generate.