gunnar: server install-kolab.sh,1.3,1.4

cvs at kolab.org cvs at kolab.org
Fri Aug 3 13:40:06 CEST 2007


Author: gunnar

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

Modified Files:
	install-kolab.sh 
Log Message:
Horde snapshots are available. Some minor spec fixes were necessary to get the packages built correctly.

Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- install-kolab.sh	2 Aug 2007 08:39:21 -0000	1.3
+++ install-kolab.sh	3 Aug 2007 11:40:04 -0000	1.4
@@ -16,6 +16,7 @@
 FLAG_ENV=""
 FLAG_CLEAN=""
 FLAG_FBVIEW=""
+FLAG_HORDE=""
 
 usage() {
 	echo "Usage:"
@@ -27,6 +28,7 @@
 	echo 
 	echo "Options:"
 	echo
+	echo "  -H         (install the Horde groupware web client)"
 	echo "  -F         (install the free/busy view frontend)"
 	echo
 	echo "  -h         (display this help)"
@@ -83,6 +85,9 @@
       F) # User wants to install fbview
          FLAG_FBVIEW="Yes"
          ;;
+      H) # User wants to install Horde
+         FLAG_HORDE="Yes"
+         ;;
       c) # User wants to erase the openpkg environment
          FLAG_CLEAN="Yes"
          ;;
@@ -100,6 +105,10 @@
 
 if [ -z "$USER" ]; then
 	USER=$TAG
+fi
+
+if [ -n "$FLAG_HORDE" ]; then
+	PACKAGES="$PACKAGES horde-kolab-client"
 fi
 
 if [ -n "$FLAG_FBVIEW" ]; then





More information about the commits mailing list