[Pkg-mysql-commits] r1119 - trunk/debian

Norbert Tretkowski nobse at alioth.debian.org
Tue Jan 8 08:27:02 UTC 2008


tags 458798 pending
thanks

Author: nobse
Date: 2008-01-08 08:27:01 +0000 (Tue, 08 Jan 2008)
New Revision: 1119

Modified:
   trunk/debian/changelog
   trunk/debian/mysql-server-5.0.mysql-ndb-mgm.init
   trunk/debian/mysql-server-5.0.mysql-ndb.init
   trunk/debian/mysql-server-5.0.mysql.init
Log:
Fix LSB header in init scripts.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-03 20:05:00 UTC (rev 1118)
+++ trunk/debian/changelog	2008-01-08 08:27:01 UTC (rev 1119)
@@ -1,3 +1,10 @@
+mysql-dfsg-5.0 (5.0.51-3) unstable; urgency=low
+
+  * Fix LSB header in init scripts (patch from Petter Reinholdtsen).
+    (closes: #458798)
+
+ -- Norbert Tretkowski <nobse at debian.org>  Tue, 08 Jan 2008 09:25:23 +0100
+
 mysql-dfsg-5.0 (5.0.51-2) unstable; urgency=low
 
   [ Monty Taylor ]

Modified: trunk/debian/mysql-server-5.0.mysql-ndb-mgm.init
===================================================================
--- trunk/debian/mysql-server-5.0.mysql-ndb-mgm.init	2008-01-03 20:05:00 UTC (rev 1118)
+++ trunk/debian/mysql-server-5.0.mysql-ndb-mgm.init	2008-01-08 08:27:01 UTC (rev 1119)
@@ -2,10 +2,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:          mysql-ndb-mgm
-# Required-Start:    $syslog
-# Required-Stop:     $syslog mysql
-# Should-Start:      $local_fs $remote_fs $network $named $time
-# Should-Stop:       $local_fs $remote_fs $network $named $time
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Should-Start:      $network $named $time
+# Should-Stop:       $network $named $time
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start and stop the mysql database cluster management daemon

Modified: trunk/debian/mysql-server-5.0.mysql-ndb.init
===================================================================
--- trunk/debian/mysql-server-5.0.mysql-ndb.init	2008-01-03 20:05:00 UTC (rev 1118)
+++ trunk/debian/mysql-server-5.0.mysql-ndb.init	2008-01-08 08:27:01 UTC (rev 1119)
@@ -2,10 +2,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:          mysql-ndb
-# Required-Start:    $syslog mysql mysql-ndb-mgm
-# Required-Stop:     $syslog mysql mysql-ndb-mgm
-# Should-Start:      $local_fs $remote_fs $network $named $time
-# Should-Stop:       $local_fs $remote_fs $network $named $time
+# Required-Start:    $remote_fs $syslog mysql-ndb-mgm
+# Required-Stop:     $remote_fs $syslog mysql-ndb-mgm
+# Should-Start:      $network $named $time
+# Should-Stop:       $network $named $time
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start and stop the mysql database cluster server daemon

Modified: trunk/debian/mysql-server-5.0.mysql.init
===================================================================
--- trunk/debian/mysql-server-5.0.mysql.init	2008-01-03 20:05:00 UTC (rev 1118)
+++ trunk/debian/mysql-server-5.0.mysql.init	2008-01-08 08:27:01 UTC (rev 1119)
@@ -2,10 +2,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:          mysql
-# Required-Start:    $syslog mysql-ndb-mgm
-# Required-Stop:     $syslog
-# Should-Start:      $local_fs $remote_fs $network $named $time
-# Should-Stop:       $local_fs $remote_fs $network $named $time
+# Required-Start:    $remote_fs $syslog mysql-ndb
+# Required-Stop:     $remote_fs $syslog mysql-ndb
+# Should-Start:      $network $named $time
+# Should-Stop:       $network $named $time
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start and stop the mysql database server daemon




More information about the Pkg-mysql-commits mailing list