From: Date: July 28 2006 11:06pm Subject: bk commit into 4.0 tree (kent:1.2190) BUG#21220 List-Archive: http://lists.mysql.com/commits/9739 X-Bug: 21220 Message-Id: <20060728210654.5EDF1D86905@c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se> Below is the list of changes that have just been committed into a local 4.0 repository of kent. When kent 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2006-07-28 23:06:49+02:00, kent@stripped +1 -0 make_binary_distribution.sh: Man page for "mysqld" command move to section 8 (bug#21220) scripts/make_binary_distribution.sh@stripped, 2006-07-28 23:05:44+02:00, kent@stripped +2 -2 Man page for "mysqld" command move to section 8 (bug#21220) # 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: kent # Host: c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se # Root: /Users/kent/mysql/bk/mysql-4.0 --- 1.63/scripts/make_binary_distribution.sh 2006-07-28 23:06:54 +02:00 +++ 1.64/scripts/make_binary_distribution.sh 2006-07-28 23:06:54 +02:00 @@ -70,7 +70,7 @@ if [ $BASE_SYSTEM != "netware" ] ; then mkdir $BASE/share/mysql $BASE/tests $BASE/sql-bench $BASE/man \ - $BASE/man/man1 $BASE/data $BASE/data/mysql $BASE/data/test + $BASE/man/man1 $BASE/man/man8 $BASE/data $BASE/data/mysql $BASE/data/test chmod o-rwx $BASE/data $BASE/data/* fi @@ -198,6 +198,7 @@ fi if [ -d man ] ; then $CP man/*.1 $BASE/man/man1 + $CP man/*.8 $BASE/man/man8 fi fi @@ -255,7 +256,6 @@ fi # Make safe_mysqld a symlink to mysqld_safe for backwards portability -# To be removed in MySQL 4.1 (cd $BASE/bin ; ln -s mysqld_safe safe_mysqld ) # Clean up if we did this from a bk tree