summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-04-11 13:02:16 +0200
committerlenz@mysql.com <>2003-04-11 13:02:16 +0200
commitac8f4677d4d93e07b6d8373616ee604c41844d15 (patch)
treeacefa366a5a87ca7ffd8f29f17a75955a9fd773a /support-files
parentdbe145f015a461f4951979d34bdb092efa7f2127 (diff)
downloadmariadb-git-ac8f4677d4d93e07b6d8373616ee604c41844d15.tar.gz
- corrected shutdown priority on Red Hat (should be shut down very early)
- adjusted LSB run levels to be identical as on Red Hat (2-5)
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.server.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index 7340cff9cad..1e328a4f625 100644
--- a/support-files/mysql.server.sh
+++ b/support-files/mysql.server.sh
@@ -10,7 +10,7 @@
# started and shut down when the systems goes down.
# Comments to support chkconfig on RedHat Linux
-# chkconfig: 2345 90 90
+# chkconfig: 2345 90 20
# description: A very fast and reliable SQL database engine.
# Comments to support LSB init script conventions
@@ -18,8 +18,8 @@
# Provides: mysql
# Required-Start: $local_fs $network $remote_fs
# Required-Stop: $local_fs $network $remote_fs
-# Default-Start: 3 5
-# Default-Stop: 3 5
+# Default-Start: 2 3 4 5
+# Default-Stop: 2 3 4 5
# Short-Description: start and stop MySQL
# Description: MySQL is a very fast and reliable SQL database engine.
### END INIT INFO