thomas: server release-notes.txt, 1.351, 1.352 install-kolab.sh, 1.50, 1.51

cvs at kolab.org cvs at kolab.org
Fri Jan 2 15:31:29 CET 2009


Author: thomas

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

Modified Files:
	release-notes.txt install-kolab.sh 
Log Message:
Abort cleanly on -c or -X if no OpenPKG environment is found.


Index: release-notes.txt
===================================================================
RCS file: /kolabrepository/server/release-notes.txt,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -d -r1.351 -r1.352
--- release-notes.txt	2 Jan 2009 11:47:10 -0000	1.351
+++ release-notes.txt	2 Jan 2009 14:31:27 -0000	1.352
@@ -48,6 +48,7 @@
     - install-kolab.sh
 
 	Repair option -E to not require an argument.
+	Abort cleanly on -c or -X if no OpenPKG environment is found.
 
     - kolabd-2.2.1-2009????
 

Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- install-kolab.sh	2 Jan 2009 11:47:09 -0000	1.50
+++ install-kolab.sh	2 Jan 2009 14:31:27 -0000	1.51
@@ -183,10 +183,10 @@
                 echo "Generating 00INDEX.rdf for binary ($PLATTAG) distribution ..."
                 exec "$PREFIX/bin/openpkg" index -r . -o 00INDEX.rdf -i -p $PLATTAG .
             fi
-        else
-            echo "\"$PREFIX\" seems to be no OpenPKG environment."
-            exit 1
         fi
+    else
+        echo "\"$PREFIX\" seems to be no OpenPKG environment."
+        exit 1
     fi
 fi
 





More information about the commits mailing list