From f10fa9711bd0a6f8d575b7dd7814fad47ec611fc Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 14 Jun 2006 16:54:54 +0200 Subject: 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 --- support-files/mysql.server.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'support-files') 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 -- cgit v1.2.1