thomas: server install-kolab.sh, 1.49, 1.50 release-notes.txt, 1.350, 1.351

cvs at kolab.org cvs at kolab.org
Fri Jan 2 12:47:12 CET 2009


Author: thomas

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

Modified Files:
	install-kolab.sh release-notes.txt 
Log Message:
Repair option -E to not require an argument.

This was introduced between 2.2-rc3 and 2.2.0 when removing -F/-H/-i


Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- install-kolab.sh	12 Dec 2008 16:36:35 -0000	1.49
+++ install-kolab.sh	2 Jan 2009 11:47:09 -0000	1.50
@@ -100,7 +100,7 @@
   echo "$newlist"
 }
 
-while getopts hcBXE:V:p:I:u:t:O:x: ARGS; do
+while getopts hcBXEV:p:I:u:t:O:x: ARGS; do
     case $ARGS in
         h) # Display help
             usage

Index: release-notes.txt
===================================================================
RCS file: /kolabrepository/server/release-notes.txt,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -d -r1.350 -r1.351
--- release-notes.txt	30 Dec 2008 14:18:34 -0000	1.350
+++ release-notes.txt	2 Jan 2009 11:47:10 -0000	1.351
@@ -45,6 +45,10 @@
 
 Changes between 2.2.1-beta-1 and 2.2.1-beta-2
 
+    - install-kolab.sh
+
+	Repair option -E to not require an argument.
+
     - kolabd-2.2.1-2009????
 
 	kolab/issue3322 (freebusy.conf.template: ldap server can be on another machine)
@@ -52,6 +56,7 @@
     - perl-kolab-2.2.1-2009????
 
 	kolab/issue3321 (slapd.replicas.template and slapd.access.template can be absent)
+
 
 Changes between 2.2.0 and 2.2.1-beta-1
 





More information about the commits mailing list