thomas: server README.1st,1.88,1.89

cvs at kolab.org cvs at kolab.org
Thu Jul 10 14:30:32 CEST 2008


Author: thomas

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

Modified Files:
	README.1st 
Log Message:
Don't assume that install-kolab.sh is executable, but use "sh" to call it.


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- README.1st	10 Jul 2008 12:28:45 -0000	1.88
+++ README.1st	10 Jul 2008 12:30:30 -0000	1.89
@@ -40,7 +40,7 @@
 
 Then as root, cd into that local directory and run
 
-# ./install-kolab.sh 2>&1 | tee /root/kolab-install.log
+# sh install-kolab.sh 2>&1 | tee /root/kolab-install.log
 
 to build and install packages in /kolab. The command output will
 be logged to install-kolab.log so that you have a reference in case
@@ -93,7 +93,7 @@
 The installation of the new packages works just as for the initial
 installation.  Download the files as described above and run
 
-# ./install-kolab.sh 2>&1 | tee /root/kolab-update.log
+# sh install-kolab.sh 2>&1 | tee /root/kolab-update.log
 
 If you installed without Horde or F/B-View you need to drop the
 corresponding flags again.
@@ -143,7 +143,7 @@
 run the following command as user kolab or root to create the new
 00INDEX.rdf file::
 
-$ ./install-kolab.sh -X
+$ sh install-kolab.sh -X
 
 If you want a pure binary installer, you can remove the .src.rpm files
 now. To be able to use this directory for fresh installations (i.e. not
@@ -279,7 +279,7 @@
 
 5.  Start the standard upgrade (as described above):
 
-    # ./install-kolab.sh 2>&1 | tee /root/kolab-update.log
+    # sh install-kolab.sh 2>&1 | tee /root/kolab-update.log
 
 6.  Before starting the LDAP server the database must be restored from
     the ldif:





More information about the commits mailing list