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

cvs at intevation.de cvs at intevation.de
Mon Jan 16 12:38:24 CET 2006


Author: richard

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

Modified Files:
	session_vars.php.template.in 
Log Message:
Patch for  for non openpkg based distributions:
* kolab_bootstrap.in: use @ldapserver_usr@ instead of @kolab_musr@ to alter the
  ownership of the files $pubreskey $privreskey on the master server.
* templates/session_vars.php.template.in: use @webserver_musr@ instead of @kolab_musr@



Index: session_vars.php.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/session_vars.php.template.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- session_vars.php.template.in	5 Dec 2005 16:21:34 -0000	1.2
+++ session_vars.php.template.in	16 Jan 2006 11:38:22 -0000	1.3
@@ -1,7 +1,7 @@
 KOLAB_META_START
 TARGET=@phplibdir2@/admin/include/session_vars.php
 PERMISSIONS=0640
-OWNERSHIP=@kolab_musr@:@kolab_grp@
+OWNERSHIP=@webserver_musr@:@kolab_grp@
 KOLAB_META_END
 <?php
 /*





More information about the commits mailing list