Remove erroneously-included Default-Start line from LSB init block
This commit is contained in:
parent
530bc9e7a4
commit
452cc9ad32
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user