List:Internals« Previous MessageNext Message »
From:jon Date:April 6 2005 3:47am
Subject:bk commit - mysqldoc tree (jon:1.2823)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2823 05/04/06 11:47:41 jon@stripped +1 -0
  Cluster How-To: fixed bad tar command.

  Docs/manual.texi
    1.2660 05/04/06 11:47:36 jon@stripped +1 -1
    Cluster How-To: fixed bad tar command.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	jon
# Host:	gigan.site
# Root:	/home/jon/bk/mysqldoc

--- 1.2659/Docs/manual.texi	2005-04-06 06:57:36 +10:00
+++ 1.2660/Docs/manual.texi	2005-04-06 11:47:36 +10:00
@@ -71610,7 +71610,7 @@
 
   @example
   cd /var/tmp
-  tar -zxvf mysql-max-4.1.10a-pc-linux-gnu-i686.tar.gz /usr/local/bin
+  tar -xzvf -C /usr/local/bin mysql-max-4.1.10a-pc-linux-gnu-i686.tar.gz
   ln -s /usr/local/bin/mysql-max-4.1.10a-pc-linux-gnu-i686 mysql
   @end example
 
Thread
bk commit - mysqldoc tree (jon:1.2823)jon6 Apr