From ddc577f99ce86cb122b51aa2c5c1ce817145bf85 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 2 May 2011 13:26:04 +0000 Subject: [PATCH] Use "mysql" instead of "$mysql" in LSB headers. "$mysql" doesn't work as intentend - mediator will be installed in /etc/rc*.d/S03mediator, whereas it should be installed as /etc/rc*.d/S04mediator. After adjusting the line *manually* you've to invoke "insserv", jftr. From: Michael Prokop --- debian/mediator.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/mediator.init b/debian/mediator.init index ff93cf3..e15c38d 100755 --- a/debian/mediator.init +++ b/debian/mediator.init @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: mediator -# Required-Start: $remote_fs $syslog $mysql -# Required-Stop: $remote_fs $syslog $mysql +# Required-Start: $remote_fs $syslog mysql +# Required-Stop: $remote_fs $syslog mysql # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Ngcp Mediator