gunnar: server obmtool-webclient.conf,1.5.2.1,1.5.2.2

cvs at kolab.org cvs at kolab.org
Mon Jul 23 16:36:22 CEST 2007


Author: gunnar

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

Modified Files:
      Tag: kolab_2_1_branch
	obmtool-webclient.conf 
Log Message:
Commit the url fix for the webmail obmtool.conf.

Index: obmtool-webclient.conf
===================================================================
RCS file: /kolabrepository/server/obmtool-webclient.conf,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- obmtool-webclient.conf	20 Jul 2007 16:29:45 -0000	1.5.2.1
+++ obmtool-webclient.conf	23 Jul 2007 14:36:20 -0000	1.5.2.2
@@ -18,7 +18,7 @@
         opt=`echo "${opt}" | sed -e 's;=.*$;;'`
         case $opt in
         -u|--user) USERNAME="$arg";;
-        --url) URL="$arg";;
+        --url) URL="";;
         esac
     done
 
@@ -26,9 +26,9 @@
     echo "---- boot/build ${NODE} %${CMD} ----"
     kolab_version="2.1.0";
     PREFIX=/${CMD};
-    loc='' # '' (empty) for ftp.openpkg.org, '=' for URL, './' for CWD or absolute path
-    plusloc='+'
-    altloc='='
+    loc='./' # '' (empty) for ftp.openpkg.org, '=' for URL, './' for CWD or absolute path
+    plusloc='./'
+    altloc='./'
     with_genuine=no
 
     # Check for presence of libgcrypt development files in the host system





More information about the commits mailing list