diff options
author | lenz@mysql.com <> | 2002-07-30 23:01:36 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-07-30 23:01:36 +0200 |
commit | c5bdaee9ad98c363d16c97292d14eb0ce2a890b9 (patch) | |
tree | 34e0b91ac2b59b968df37168cc8f096ecd230b7d /support-files/mysql.server.sh | |
parent | e61c4480392584a984b67bf3e323e9095556c0c2 (diff) | |
download | mariadb-git-c5bdaee9ad98c363d16c97292d14eb0ce2a890b9.tar.gz |
- added the init script to support the LSB init script spec
- overhauled the RPM spec file (more macros, package descriptions)
Diffstat (limited to 'support-files/mysql.server.sh')
-rw-r--r-- | support-files/mysql.server.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index 62381ccf0d3..0d96cdc1bb1 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -13,6 +13,18 @@ # chkconfig: 2345 90 90 # description: A very fast and reliable SQL database engine. +# Comments to support LSB init script conventions +### BEGIN INIT INFO +# Provides: mysql +# Required-Start: $local_fs $network $remote_fs +# Required-Stop: $local_fs $network $remote_fs +# Default-Start: 3 5 +# Default-Stop: 3 5 +# Short-Description: start and stop MySLQ +# Description: MySQL is a very fast and reliable SQL database engine. +### END INIT INFO + + # The following variables are only set for letting mysql.server find things. # If you want to affect other MySQL variables, you should make your changes # in the /etc/my.cnf or other configuration files. |