richard: server/kolabd/kolabd ChangeLog, 1.148, 1.149 kolab_bootstrap.in, 1.33, 1.34

cvs at kolab.org cvs at kolab.org
Sat Feb 23 21:19:20 CET 2008


Author: richard

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

Modified Files:
	ChangeLog kolab_bootstrap.in 
Log Message:
changed the hardcoded path to web user interface (/admin)
into a variable: kolab_wui.



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- ChangeLog	20 Feb 2008 12:30:18 -0000	1.148
+++ ChangeLog	23 Feb 2008 20:19:18 -0000	1.149
@@ -1,3 +1,10 @@
+2008-02-23 Richard Bos <richard at radoeka.nl>
+	* kolab_bootstrap.in, templates/httpd.conf.template.in,
+	  dist_conf/common, dist_conf/centos-clarkconnect,
+	  dist_conf/debian, dist_conf/gentoo, dist_conf/kolab
+	  dist_conf/mandriva, dist_conf/suse: changed the hardcoded
+	  path to the web user interface (/admin) into a variable: kolab_wui.
+
 2008-02-20 Richard Bos <richard at radoeka.nl>
 	* templates/httpd.conf.template.in: added missing webserver_web_prefix
 

Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab_bootstrap.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- kolab_bootstrap.in	3 Dec 2007 11:27:19 -0000	1.33
+++ kolab_bootstrap.in	23 Feb 2008 20:19:18 -0000	1.34
@@ -916,4 +916,4 @@
 print "kolab is now ready to run!\n";
 print "please run '@KOLABRC@ rc all start'\n";
 print ("Use login=manager and passwd=$bind_pw when you log into\n");
-print ("the webinterface https://$fqdn@webserver_web_prefix@/admin !\n");
+print ("the webinterface https://$fqdn@kolab_wui@ !\n");





More information about the commits mailing list