richard: server/kolabd/kolabd/dist_conf centos-clarkconnect, 1.10, 1.11 common, 1.46, 1.47 debian, 1.15, 1.16 gentoo, 1.14, 1.15 kolab, 1.58, 1.59 mandriva, 1.10, 1.11 suse, 1.76, 1.77

cvs at kolab.org cvs at kolab.org
Wed Mar 19 20:20:49 CET 2008


Author: richard

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

Modified Files:
	centos-clarkconnect common debian gentoo kolab mandriva suse 
Log Message:
added variable smarty_compiledir=${phplibdir2}/admin/templates_c
This is to make the smarty compile directory independent from phplibdir2,
which is now configured on a possible readonly file system.



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

Index: common
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/common,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- common	26 Feb 2008 18:39:55 -0000	1.46
+++ common	19 Mar 2008 19:20:47 -0000	1.47
@@ -131,6 +131,7 @@
 	-e 's,[@]sasl_authdconffile[@],$(sasl_authdconffile),g' \
 	-e 's,[@]sasl_logfile[@],$(sasl_logfile),g' \
 	-e 's,[@]sasl_smtpconffile[@],$(sasl_smtpconffile),g' \
+	-e 's,[@]smarty_compiledir[@],$(smarty_compiledir),g' \
 	-e 's,[@]webserver_acceptlock[@],$(webserver_acceptlock),g' \
 	-e 's,[@]webserver_accesslogfile[@],$(webserver_accesslogfile),g' \
 	-e 's,[@]webserver_cgidir[@],$(webserver_cgidir),g' \

Index: debian
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/debian,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- debian	16 Mar 2008 21:53:54 -0000	1.15
+++ debian	19 Mar 2008 19:20:47 -0000	1.16
@@ -78,6 +78,9 @@
 kolab_mailboxuiddb=${kolab_statedir}/mailbox-uidcache.db
 kolab_scriptsdir=${sbindir}
 kolab_php_smarty_prefix=smarty/libs
+smarty_compiledir=${phplibdir2}/admin/templates_c
+# Kolab web user interface
+kolab_wui=/kolab/admin
 
 ldapserver_statedir=${localstatedir}/lib/ldap
 ldapserver_dir=${localstatedir}/lib/ldap

Index: gentoo
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/gentoo,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gentoo	23 Feb 2008 20:19:18 -0000	1.14
+++ gentoo	19 Mar 2008 19:20:47 -0000	1.15
@@ -221,7 +221,8 @@
 phplibdir2=${datadir}/php
 phppeardir=${phplibdir}
 kolab_php_module_prefix=kolab/
-kolab_php_smarty_prefix=smarty/
+kolab_php_smarty_prefix=smarty
+smarty_compiledir=${phplibdir2}/admin/templates_c
 
 #--------------------------------------------------------------------
 

Index: kolab
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolab,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- kolab	26 Feb 2008 18:39:55 -0000	1.58
+++ kolab	19 Mar 2008 19:20:47 -0000	1.59
@@ -101,6 +101,7 @@
 kolab_php_module_prefix=
 kolab_scriptsdir=$(sysconfdir)/kolab
 kolab_php_smarty_prefix=Smarty
+smarty_compiledir=${phplibdir2}/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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mandriva	23 Feb 2008 20:19:18 -0000	1.10
+++ mandriva	19 Mar 2008 19:20:47 -0000	1.11
@@ -64,3 +64,5 @@
 sysrundir = /var/run
 
 resmgr_scriptsdir=${resmgr_confdir}
+smarty_compiledir=${phplibdir2}/admin/templates_c
+

Index: suse
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/suse,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- suse	18 Mar 2008 21:46:46 -0000	1.76
+++ suse	19 Mar 2008 19:20:47 -0000	1.77
@@ -100,6 +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
 
 # Kolab web user interface
 kolab_wui=/kolab





More information about the commits mailing list