View | Details | Raw Unified | Return to bug 98984
Collapse All | Expand All

(-)/usr/home/ports/www/eventum/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	eventum
8
PORTNAME=	eventum
9
PORTVERSION=	1.7.1
9
PORTVERSION=	1.7.1
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	${MASTER_SITE_MYSQL}
12
MASTER_SITES=	${MASTER_SITE_MYSQL}
13
MASTER_SITE_SUBDIR=	eventum
13
MASTER_SITE_SUBDIR=	eventum
(-)/usr/home/ports/www/eventum/files/patch-misc-monitor.php (+31 lines)
Line 0 Link Here
1
--- misc/monitor.php.orig	Thu Mar 30 14:13:13 2006
2
+++ misc/monitor.php	Thu Jun 15 12:32:05 2006
3
@@ -39,17 +39,17 @@
4
 $required_files = array(
5
     APP_PATH . 'config.inc.php' => array(
6
         'check_owner'      => true,
7
-        'owner'            => 'apache',
8
+        'owner'            => 'www',
9
         'check_group'      => true,
10
-        'group'            => 'apache',
11
+        'group'            => 'www',
12
         'check_permission' => true,
13
         'permission'       => 755,
14
     ),
15
     APP_PATH . 'setup.conf.php' => array(
16
         'check_owner'      => true,
17
-        'owner'            => 'apache',
18
+        'owner'            => 'www',
19
         'check_group'      => true,
20
-        'group'            => 'apache',
21
+        'group'            => 'www',
22
         'check_permission' => true,
23
         'permission'       => 750,
24
         'check_filesize'   => true,
25
@@ -60,4 +60,4 @@
26
 Monitor::checkDatabase();
27
 Monitor::checkMailQueue();
28
 Monitor::checkIRCBot();
29
-?>
30
\ No newline at end of file
31
+?>

Return to bug 98984