gunnar: server install-kolab.sh,1.64,1.65

cvs at kolab.org cvs at kolab.org
Tue Jun 8 10:14:54 CEST 2010


Author: gunnar

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

Modified Files:
	install-kolab.sh 
Log Message:
Echo the install information before any action occurs.

Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- install-kolab.sh	17 Dec 2009 10:15:12 -0000	1.64
+++ install-kolab.sh	8 Jun 2010 08:14:52 -0000	1.65
@@ -201,13 +201,6 @@
     fi
 fi
 
-umask 022
-SRCDIR=`pwd`
-WORKDIR=`mktmpdir`
-echo "Changing to temporary working directory $WORKDIR ..."
-cd "$WORKDIR"
-populate_workdir
-
 echo
 echo "Kolab installation tag (TAG):       $TAG"
 echo "Kolab installation prefix (PREFIX): $PREFIX"
@@ -218,6 +211,13 @@
 echo "Kolab non-priviledged UID (KID):    $N_KID"
 echo "Exclude following Kolab packages:   $EXCLUDEPKGS"
 echo
+
+umask 022
+SRCDIR=`pwd`
+WORKDIR=`mktmpdir`
+echo "Changing to temporary working directory $WORKDIR ..."
+cd "$WORKDIR"
+populate_workdir
 
 echo "Received no instructions. Trying to determine required action..."
 if [ -d "$PREFIX/etc/openpkg" -a -z "$FLAG_BOOTSTRAP" ]; then





More information about the commits mailing list