richard: server/kolabd/kolabd/templates session_vars.php.template.in, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Sun Feb 5 18:51:33 CET 2006


Author: richard

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv11102/templates

Modified Files:
	session_vars.php.template.in 
Log Message:
Introduce a new build variable: kolab_php_module_prefix.
This variable makes it possible to store all kolab php modules in its own
module.  E.g on suse it will be /usr/share/php/kolab.
This prevents scattering of the kolab php files.



Index: session_vars.php.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/session_vars.php.template.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- session_vars.php.template.in	16 Jan 2006 11:38:22 -0000	1.3
+++ session_vars.php.template.in	5 Feb 2006 17:51:31 -0000	1.4
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@phplibdir2@/admin/include/session_vars.php
+TARGET=@phplibdir2@/@kolab_php_module_prefix at admin/include/session_vars.php
 PERMISSIONS=0640
 OWNERSHIP=@webserver_musr@:@kolab_grp@
 KOLAB_META_END





More information about the commits mailing list