List:Internals« Previous MessageNext Message »
From:lenz Date:May 4 2005 12:58pm
Subject:bk commit into 4.1 tree (lenz:1.2221) BUG#9444
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of lenz. When lenz does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2221 05/05/04 14:58:43 lenz@stripped +1 -0
  - 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)

  support-files/mysql.server.sh
    1.39 05/05/04 14:58:37 lenz@stripped +1 -1
    - adjusted the start and stop priority level for chkconfig on Red Hat Linux (BUG#9444) - we now match
      the levels used by the MySQL as shipped with Red Hat Linux (RHEL3/RHEL4)

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	lenz
# Host:	metis.lenznet
# Root:	/space/my/mysql-4.1-bug9444

--- 1.38/support-files/mysql.server.sh	2005-04-15 02:22:16 +02:00
+++ 1.39/support-files/mysql.server.sh	2005-05-04 14:58:37 +02:00
@@ -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
Thread
bk commit into 4.1 tree (lenz:1.2221) BUG#9444lenz4 May