thomas: server cvs-kolab.sh,1.6,1.7

cvs at kolab.org cvs at kolab.org
Thu Sep 13 12:01:13 CEST 2007


Author: thomas

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

Modified Files:
	cvs-kolab.sh 
Log Message:
whitespace/tab cleanups


Index: cvs-kolab.sh
===================================================================
RCS file: /kolabrepository/server/cvs-kolab.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cvs-kolab.sh	13 Sep 2007 04:36:55 -0000	1.6
+++ cvs-kolab.sh	13 Sep 2007 10:01:11 -0000	1.7
@@ -54,15 +54,15 @@
     gpg -q --verify MD5SUMS || die "Invalid signature on the MD5SUMS file!"
     md5sum --status -c MD5SUMS || die "The md5 hashes do not match. You should try to download the packages again."
     cvs -q -d :pserver:anonymous at intevation.de:/home/kroupware/jail/kolabrepository  co server/install-kolab.sh || die "Failed to retrieve the updated installer."
-    rm install-kolab.sh 
+    rm install-kolab.sh
     mv server/install-kolab.sh .
 
     if [ "${FLAG_HORDE}" == "1" -o "${FLAG_FBVIEW}" == "1"  ]; then
-    
+
 	echo "Downloading Horde support packages ..."
 
 	wget -q -r -l1 -nd --no-parent -c http://build.pardus.de/downloads/openpkg/ || die "Failed to download the horde support packages!"
-	
+
     fi
 }
 
@@ -151,9 +151,9 @@
 	rm -rf "${KOLAB_PACKAGES}"
 	rm -rf "/${KOLAB_DEV_USER}"
 	rm -rf "/${KOLAB_INSTALL_USER}"
-        exit 0
+	exit 0
     else
-        echo "Not cleaning."
+	echo "Not cleaning."
 	exit 0
     fi
 }
@@ -164,33 +164,33 @@
     case $ARGS in
 	h) # Display help
 	    usage
-            ;;
+	    ;;
 	i) # Install
 	    ACTION_INSTALL=1
-            ;;
+	    ;;
 	c) # Clean
 	    ACTION_CLEAN=1
-            ;;
+	    ;;
 	u) # Update
 	    ACTION_UPDATE=1
-            ;;
+	    ;;
 	D) # Download
 	    ACTION_DOWNLOAD=1
-            ;;
+	    ;;
 	H) # Include Horde in the installation
 	    FLAG_HORDE=1
-            ;;
+	    ;;
 	F) # Include Fbview in the installation
 	    FLAG_FBVIEW=1
-            ;;
+	    ;;
 	b) # User wants a different package directory
-            KOLAB_PACKAGES="${OPTARG}"
+	    KOLAB_PACKAGES="${OPTARG}"
 	    ;;
 	d) # User wants a different development user
-            KOLAB_DEV_USER="${OPTARG}"
+	    KOLAB_DEV_USER="${OPTARG}"
 	    ;;
 	t) # User wants a different testing user
-            KOLAB_INSTALL_USER="${OPTARG}"
+	    KOLAB_INSTALL_USER="${OPTARG}"
 	    ;;
     esac
 done





More information about the commits mailing list