gunnar: server/horde/fbview-horde conf.php, 1.5, 1.6 fbview-horde-conf.template, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Tue Sep 4 11:35:42 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/fbview-horde
In directory doto:/tmp/cvs-serv8477

Modified Files:
	conf.php fbview-horde-conf.template 
Log Message:
Fix the logfile location.

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/conf.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- conf.php	16 Aug 2007 09:39:26 -0000	1.5
+++ conf.php	4 Sep 2007 09:35:40 -0000	1.6
@@ -29,7 +29,7 @@
 $conf['log']['priority'] = PEAR_LOG_NOTICE;
 $conf['log']['ident'] = 'HORDE';
 $conf['log']['params'] = array();
-$conf['log']['name'] = '/kolab/var/apache2/log/fbview/fbview.log';
+$conf['log']['name'] = '/tmp/fbview.log';
 $conf['log']['params']['append'] = true;
 $conf['log']['type'] = 'file';
 $conf['log']['enabled'] = true;

Index: fbview-horde-conf.template
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/fbview-horde-conf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fbview-horde-conf.template	2 Aug 2007 10:35:19 -0000	1.3
+++ fbview-horde-conf.template	4 Sep 2007 09:35:40 -0000	1.4
@@ -4,6 +4,7 @@
 OWNERSHIP=kolab-n:kolab-n
 KOLAB_META_END
 <?php
+$conf['log']['name'] = '@@@webserver_logdir@@@/fbview/fbview.log';
 $conf['cookie']['domain'] = '@@@fqdnhostname@@@';
 $conf['problems']['email'] = 'postmaster@@@@postfix-mydomain@@@';
 $conf['problems']['maildomain'] = '@@@postfix-mydomain@@@';





More information about the commits mailing list