gunnar: server/kolabd/kolabd/dist_conf common, 1.57, 1.58 debian, 1.30, 1.31 kolab, 1.74, 1.75 suse, 1.95, 1.96

cvs at kolab.org cvs at kolab.org
Tue Feb 9 10:37:55 CET 2010


Author: gunnar

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

Modified Files:
	common debian kolab suse 
Log Message:
Added passwd_confdir variable which indicates the path of the configuration directory for the Horde passwd application. This corrects the previous path correction as the configuration files need to end up in client/passwd/config.

Index: common
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/common,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- common	27 Aug 2009 21:13:18 -0000	1.57
+++ common	9 Feb 2010 09:37:53 -0000	1.58
@@ -159,4 +159,5 @@
 	-e 's=[@]mimp_confdir[@]=$(mimp_confdir)=g' \
 	-e 's=[@]mnemo_confdir[@]=$(mnemo_confdir)=g' \
 	-e 's=[@]nag_confdir[@]=$(nag_confdir)=g' \
+	-e 's=[@]passwd_confdir[@]=$(passwd_confdir)=g' \
 	-e 's=[@]turba_confdir[@]=$(turba_confdir)=g'

Index: debian
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/debian,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- debian	27 Aug 2009 21:13:18 -0000	1.30
+++ debian	9 Feb 2010 09:37:53 -0000	1.31
@@ -141,6 +141,7 @@
 mimp_confdir=${sysconfdir}/kolab-webclient/mimp1
 mnemo_confdir=${sysconfdir}/kolab-webclient/mnemo2
 nag_confdir=${sysconfdir}/kolab-webclient/nag2
+passwd_confdir=${sysconfdir}/kolab-webclient/passwd1
 turba_confdir=${sysconfdir}/kolab-webclient/turba2
 
 phpini_dir=${sysconfdir}/kolab

Index: kolab
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolab,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- kolab	27 Aug 2009 21:13:18 -0000	1.74
+++ kolab	9 Feb 2010 09:37:53 -0000	1.75
@@ -158,6 +158,7 @@
 mimp_confdir=${webserver_document_root}/client/mimp/config
 mnemo_confdir=${webserver_document_root}/client/mnemo/config
 nag_confdir=${webserver_document_root}/client/nag/config
+passwd_confdir=${webserver_document_root}/client/passwd/config
 turba_confdir=${webserver_document_root}/client/turba/config
 
 phpini_dir=${sysconfdir}/apache

Index: suse
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/suse,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- suse	10 Nov 2009 22:14:06 -0000	1.95
+++ suse	9 Feb 2010 09:37:53 -0000	1.96
@@ -143,6 +143,7 @@
 mimp_confdir=${webserver_document_root}/client/mimp/config
 mnemo_confdir=${webserver_document_root}/client/mnemo/config
 nag_confdir=${webserver_document_root}/client/nag/config
+passwd_confdir=${webserver_document_root}/client/passwd/config
 turba_confdir=${webserver_document_root}/client/turba/config
 
 phpini_dir=${sysconfdir}/php5/cli





More information about the commits mailing list