From 054cc44ede4366e1522dbe47f101a55d6dcf26a1 Mon Sep 17 00:00:00 2001 From: "joerg@mysql.com" <> Date: Wed, 14 Jun 2006 16:54:54 +0200 Subject: [PATCH] support-files/mysql.server.sh : Fix the startup sequence. bug#18810 + bug#20118 --- support-files/mysql.server.sh | 1 + 1 file changed, 1 insertion(+) 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