tags 617222 + patch
thanks

Hi there,
attached is a patch to use the /usr/share/mysql/mysqld_multi.server as
drop in replacement. Maybe the Provides-header needs to be adjusted.

Cheers, Jan.
-- 
Never write mail to <w...@spamfalle.info>, you have been warned!
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d-- s+: a C+++ UL++++ P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS
PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h---- r+++ y++++
------END GEEK CODE BLOCK------
--- /usr/share/mysql/mysqld_multi.server	2012-12-04 00:37:31.000000000 +0100
+++ /etc/init.d/mysqld_multi	2012-12-06 23:12:24.000000000 +0100
@@ -14,8 +14,22 @@
 # Version 1.0
 #
 
-basedir=/usr/local/mysql
-bindir=/usr/local/mysql/bin
+### BEGIN INIT INFO
+# Provides: mysqld_multi mysql
+# Required-Start: $local_fs $network $remote_fs $syslog
+# Required-Stop: $local_fs $network $remote_fs $syslog
+# Default-Start:  2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: starting our several mysql daemons
+# Description:  n/a
+### END INIT INFO
+
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+NAME=mysqld_multi
+DESC=mysqld_multi
+
+basedir=/usr
+bindir=/usr/bin
 
 if test -x $bindir/mysqld_multi
 then

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to