diff options
author | unknown <tsmith@ramayana.hindu.god> | 2008-03-10 03:25:54 -0600 |
---|---|---|
committer | unknown <tsmith@ramayana.hindu.god> | 2008-03-10 03:25:54 -0600 |
commit | aae2c0d21c106983d3f71d897e2219d20092fc0d (patch) | |
tree | d2fc0525fce6903ecae9d4f1f2e9a1e4ac4c7ccd /support-files | |
parent | 4d09306dd19820a742b003417d83f76f5d3633f3 (diff) | |
download | mariadb-git-aae2c0d21c106983d3f71d897e2219d20092fc0d.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.
scripts/make_binary_distribution.sh:
Adjust permissions on some support-files/* scripts: make mysqld_multi.server
executable, and mysql-VERSION.spec not executable.
support-files/mysqld_multi.server.sh:
Add LSB comments for chkconfig to simplify installation for sysadmins.
Diffstat (limited to 'support-files')
-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 # |