Remove erroneously-included Default-Start line from LSB init block

This commit is contained in:
Tom Lane 2011-07-06 18:32:24 -04:00 committed by Michal Schorm
parent 530bc9e7a4
commit 452cc9ad32
2 changed files with 5 additions and 3 deletions

View File

@ -12,8 +12,6 @@
# Provides: mysqld
# Required-Start: $local_fs $remote_fs $network $named $syslog $time
# Required-Stop: $local_fs $remote_fs $network $named $syslog $time
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start and stop MySQL server
# Description: MySQL database server
### END INIT INFO

View File

@ -1,6 +1,6 @@
Name: mysql
Version: 5.5.13
Release: 1%{?dist}
Release: 2%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
URL: http://www.mysql.com
@ -609,6 +609,10 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Wed Jul 6 2011 Tom Lane <tgl@redhat.com> 5.5.13-2
- Remove erroneously-included Default-Start line from LSB init block
Resolves: #717024
* Thu Jun 2 2011 Tom Lane <tgl@redhat.com> 5.5.13-1
- Update to MySQL 5.5.13, for various fixes described at
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-13.html