summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-05-04 14:58:43 +0200
committerlenz@mysql.com <>2005-05-04 14:58:43 +0200
commit59930b6e84109a511c4d91e3e3bf1efc9781fbd6 (patch)
tree2bb34fe0855d4e7b501c782f8bcd06f600e7af61 /support-files
parent210969a3d91eab4ebf36a42100b9ef24c87e2e47 (diff)
downloadmariadb-git-59930b6e84109a511c4d91e3e3bf1efc9781fbd6.tar.gz
- adjusted the start and stop priority level in the mysql.server init script for chkconfig on
Red Hat Linux (BUG#9444) - we now match the levels used by the MySQL as shipped with Red Hat Linux (e.g. RHEL3/RHEL4)
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index f9015824e6b..150a8a151ba 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 20
+# chkconfig: 2345 64 36
# description: A very fast and reliable SQL database engine.
# Comments to support LSB init script conventions