diff options
author | tsmith@ramayana.hindu.god <> | 2008-03-19 14:57:35 -0600 |
---|---|---|
committer | tsmith@ramayana.hindu.god <> | 2008-03-19 14:57:35 -0600 |
commit | c4ee11bac6a2e650faf744f0ad2ad37c50452b76 (patch) | |
tree | 228a4ad9b2c76c7aa81e5040650c9b89b68afd7e | |
parent | 2e77233adc7df39c4c24c6c19fab36ebaac788b4 (diff) | |
parent | 203de67618a7fdbef64fb394c8b46b98494dd441 (diff) | |
download | mariadb-git-c4ee11bac6a2e650faf744f0ad2ad37c50452b76.tar.gz |
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
-rw-r--r-- | scripts/make_binary_distribution.sh | 4 | ||||
-rw-r--r-- | support-files/mysqld_multi.server.sh | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 8598a022669..68af030f17a 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -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 --git a/support-files/mysqld_multi.server.sh b/support-files/mysqld_multi.server.sh index aaf3f2ebb40..75908a5db9d 100644 --- a/support-files/mysqld_multi.server.sh +++ b/support-files/mysqld_multi.server.sh @@ -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 # |