gunnar: server/horde/horde conf.php, 1.4, 1.5 horde-kolab.spec, 1.8, 1.9

cvs at kolab.org cvs at kolab.org
Thu Aug 16 10:10:26 CEST 2007


Author: gunnar

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

Modified Files:
	conf.php horde-kolab.spec 
Log Message:
Reset the SQL configuration for Horde.

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/horde/horde/conf.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- conf.php	5 Aug 2007 05:53:08 -0000	1.4
+++ conf.php	16 Aug 2007 08:10:24 -0000	1.5
@@ -15,7 +15,7 @@
 $conf['session']['timeout'] = 3600;
 $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
 $conf['cookie']['path'] = '/horde';
-$conf['sql']['phptype'] = false;
+$conf['sql'] = NULL;
 $conf['auth']['admins'] = array('manager');
 $conf['auth']['checkip'] = true;
 $conf['auth']['checkbrowser'] = true;

Index: horde-kolab.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde/horde-kolab.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- horde-kolab.spec	5 Aug 2007 05:42:21 -0000	1.8
+++ horde-kolab.spec	16 Aug 2007 08:10:24 -0000	1.9
@@ -64,7 +64,6 @@
 %build
 
 %install
-	rm -rf $RPM_BUILD_ROOT
 
 	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/apache2/log/horde
 	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/horde





More information about the commits mailing list