=== modified file 'support-files/mysqld_multi.server.sh' --- support-files/mysqld_multi.server.sh 2008-03-10 09:25:54 +0000 +++ support-files/mysqld_multi.server.sh 2011-08-18 10:32:38 +0000 @@ -11,7 +11,19 @@ # chkconfig: 2345 64 36 # description: A very fast and reliable SQL database engine. # -# Version 1.0 +# Comments to support LSB init script conventions +### BEGIN INIT INFO +# Provides: mysql +# Required-Start: $local_fs $network $remote_fs +# Should-Start: ypbind nscd ldap ntpd xntpd +# Required-Stop: $local_fs $network $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: start and stop MySQL +# Description: MySQL is a very fast and reliable SQL database engine. +### END INIT INFO +# +# Version 1.1 # basedir=/usr/local/mysql