List:Commits« Previous MessageNext Message »
From:tim Date:March 10 2008 10:25am
Subject:bk commit into 5.0 tree (tsmith:1.2594) BUG#25486
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of tsmith.  When tsmith 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, 2008-03-10 03:25:54-06:00, tsmith@stripped +2 -0
  Bug #25486: mysqld_multi.server.sh missing from builds
  
  Make mysqld_multi.server executable, and allow it to be installed
  via chkconfig on LSB-compliant systems.

  scripts/make_binary_distribution.sh@stripped, 2008-03-10 03:25:51-06:00,
tsmith@stripped +2 -2
    Adjust permissions on some support-files/* scripts:  make mysqld_multi.server
    executable, and mysql-VERSION.spec not executable.

  support-files/mysqld_multi.server.sh@stripped, 2008-03-10 03:25:51-06:00,
tsmith@stripped +4 -0
    Add LSB comments for chkconfig to simplify installation for sysadmins.

diff -Nrup a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
--- a/scripts/make_binary_distribution.sh	2007-12-28 05:31:19 -07:00
+++ b/scripts/make_binary_distribution.sh	2008-03-10 03:25:51 -06:00
@@ -327,8 +327,8 @@ if [ $BASE_SYSTEM != "netware" ] ; then
       < support-files/mysql.server.sh > $BASE/support-files/mysql.server
   $BASE/bin/replace /my/gnu/bin/hostname /bin/hostname -- $BASE/bin/mysqld_safe
   mv $BASE/support-files/binary-configure $BASE/configure
-  chmod a+x $BASE/bin/* $BASE/scripts/* $BASE/support-files/mysql-* \
-      $BASE/support-files/mysql.server $BASE/configure
+  chmod a+x $BASE/bin/* $BASE/scripts/* $BASE/support-files/mysql-log-rotate \
+      $BASE/support-files/*.server $BASE/configure
   $CP -r sql-bench/* $BASE/sql-bench
   rm -f $BASE/sql-bench/*.sh $BASE/sql-bench/Makefile* $BASE/lib/*.la
   rm -f $BASE/bin/*.sql
diff -Nrup a/support-files/mysqld_multi.server.sh b/support-files/mysqld_multi.server.sh
--- a/support-files/mysqld_multi.server.sh	2004-10-09 04:56:55 -06:00
+++ b/support-files/mysqld_multi.server.sh	2008-03-10 03:25:51 -06:00
@@ -7,6 +7,10 @@
 #
 # This script can be used as /etc/init.d/mysql.server
 #
+# Comments to support chkconfig on RedHat Linux
+# chkconfig: 2345 64 36
+# description: A very fast and reliable SQL database engine.
+#
 # Version 1.0
 #
 
Thread
bk commit into 5.0 tree (tsmith:1.2594) BUG#25486tim10 Mar