richard: server/kolabd/kolabd/dist_conf centos-clarkconnect, 1.11, 1.12 debian, 1.16, 1.17 gentoo, 1.15, 1.16 kolab, 1.59, 1.60 mandriva, 1.11, 1.12 suse, 1.77, 1.78

cvs at kolab.org cvs at kolab.org
Wed Mar 19 22:43:17 CET 2008


Author: richard

Update of /kolabrepository/server/kolabd/kolabd/dist_conf
In directory doto:/tmp/cvs-serv419/dist_conf

Modified Files:
	centos-clarkconnect debian gentoo kolab mandriva suse 
Log Message:
Added kolab_php_module_prefix to the smarty_compiledir variable as
further examination of the templates_c patch revealed that the
kolab_php_module_prefix was missing



Index: centos-clarkconnect
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/centos-clarkconnect,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- centos-clarkconnect	19 Mar 2008 19:20:47 -0000	1.11
+++ centos-clarkconnect	19 Mar 2008 21:43:15 -0000	1.12
@@ -149,7 +149,7 @@
 #kolab_php_module_prefix=kolab/
 kolab_php_module_prefix=
 kolab_php_smarty_prefix=Smarty
-smarty_compiledir=${phplibdir2}/admin/templates_c
+smarty_compiledir=${phplibdir2}/${kolab_php_module_prefix}admin/templates_c
 
 # Kolab web user interface
 kolab_wui=/kolab/admin

Index: debian
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/debian,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- debian	19 Mar 2008 19:20:47 -0000	1.16
+++ debian	19 Mar 2008 21:43:15 -0000	1.17
@@ -78,7 +78,7 @@
 kolab_mailboxuiddb=${kolab_statedir}/mailbox-uidcache.db
 kolab_scriptsdir=${sbindir}
 kolab_php_smarty_prefix=smarty/libs
-smarty_compiledir=${phplibdir2}/admin/templates_c
+smarty_compiledir=${phplibdir2}/${kolab_php_module_prefix}admin/templates_c
 # Kolab web user interface
 kolab_wui=/kolab/admin
 

Index: gentoo
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/gentoo,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- gentoo	19 Mar 2008 19:20:47 -0000	1.15
+++ gentoo	19 Mar 2008 21:43:15 -0000	1.16
@@ -222,7 +222,7 @@
 phppeardir=${phplibdir}
 kolab_php_module_prefix=kolab/
 kolab_php_smarty_prefix=smarty
-smarty_compiledir=${phplibdir2}/admin/templates_c
+smarty_compiledir=${phplibdir2}/${kolab_php_module_prefix}admin/templates_c
 
 #--------------------------------------------------------------------
 

Index: kolab
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolab,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- kolab	19 Mar 2008 19:20:47 -0000	1.59
+++ kolab	19 Mar 2008 21:43:15 -0000	1.60
@@ -101,7 +101,7 @@
 kolab_php_module_prefix=
 kolab_scriptsdir=$(sysconfdir)/kolab
 kolab_php_smarty_prefix=Smarty
-smarty_compiledir=${phplibdir2}/admin/templates_c
+smarty_compiledir=${phplibdir2}/${kolab_php_module_prefix}admin/templates_c
 
 kolab_pkg=kolabd
 kolab_pkgs=spamassassin openldap clamav

Index: mandriva
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/mandriva,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mandriva	19 Mar 2008 19:20:47 -0000	1.11
+++ mandriva	19 Mar 2008 21:43:15 -0000	1.12
@@ -64,5 +64,5 @@
 sysrundir = /var/run
 
 resmgr_scriptsdir=${resmgr_confdir}
-smarty_compiledir=${phplibdir2}/admin/templates_c
+smarty_compiledir=${phplibdir2}/${kolab_php_module_prefix}admin/templates_c
 

Index: suse
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/suse,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- suse	19 Mar 2008 19:20:47 -0000	1.77
+++ suse	19 Mar 2008 21:43:15 -0000	1.78
@@ -100,7 +100,7 @@
 # /usr/share/php. This prevents scattering of the kolab php files.
 kolab_php_module_prefix=kolab/
 kolab_php_smarty_prefix=Smarty
-smarty_compiledir=${phplibdir2}/admin/templates_c
+smarty_compiledir=${phplibdir2}/${kolab_php_module_prefix}admin/templates_c
 
 # Kolab web user interface
 kolab_wui=/kolab





More information about the commits mailing list