diff options
author | unknown <joerg@mysql.com> | 2006-06-14 16:54:54 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-06-14 16:54:54 +0200 |
commit | f10fa9711bd0a6f8d575b7dd7814fad47ec611fc (patch) | |
tree | 542a59e38ed62b973047961469630e129ebe0a26 /support-files | |
parent | 234de474750c637f4b9d6f609af94e10ccaf3a42 (diff) | |
download | mariadb-git-f10fa9711bd0a6f8d575b7dd7814fad47ec611fc.tar.gz |
support-files/mysql.server.sh : Fix the startup sequence. bug#18810 + bug#20118
support-files/mysql.server.sh:
Ensure that some necessary / useful system services have been started already,
when the MySQL server is started.
This fixes bug#18810 and bug#20118
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.server.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index 150a8a151ba..0a18fbff78e 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -17,6 +17,7 @@ ### 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 |