diff options
author | tsmith@ramayana.hindu.god <> | 2008-03-10 03:25:54 -0600 |
---|---|---|
committer | tsmith@ramayana.hindu.god <> | 2008-03-10 03:25:54 -0600 |
commit | 1cda9d124bcba3acce49c3ddc4d1bd9a0150d094 (patch) | |
tree | d2fc0525fce6903ecae9d4f1f2e9a1e4ac4c7ccd /support-files/mysqld_multi.server.sh | |
parent | 687d2131de8b90b188128130072ed65412625465 (diff) | |
download | mariadb-git-1cda9d124bcba3acce49c3ddc4d1bd9a0150d094.tar.gz |
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.
Diffstat (limited to 'support-files/mysqld_multi.server.sh')
-rw-r--r-- | support-files/mysqld_multi.server.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 # |