1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
tsmith@ramayana.hindu.god
2008-03-10 03:25:54 -06:00
parent 687d2131de
commit 1cda9d124b
2 changed files with 6 additions and 2 deletions

View File

@ -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