packages: eventum/eventum-paths.patch - uids/gids

glen glen at pld-linux.org
Wed Nov 24 17:24:36 CET 2010


Author: glen                         Date: Wed Nov 24 16:24:36 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- uids/gids

---- Files affected:
packages/eventum:
   eventum-paths.patch (1.49 -> 1.50) 

---- Diffs:

================================================================
Index: packages/eventum/eventum-paths.patch
diff -u packages/eventum/eventum-paths.patch:1.49 packages/eventum/eventum-paths.patch:1.50
--- packages/eventum/eventum-paths.patch:1.49	Wed Nov 24 17:09:42 2010
+++ packages/eventum/eventum-paths.patch	Wed Nov 24 17:24:31 2010
@@ -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,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eventum/eventum-paths.patch?r1=1.49&r2=1.50&f=u



More information about the pld-cvs-commit mailing list