From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH] add LSB header to xen-watchdog runlevel script Date: Fri, 23 Jul 2010 14:13:24 +0200 Message-ID: <20100723121324.GB3540@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Add LSB Header to /etc/init.d/xen-watchdog Signed-off-by: Olaf Hering --- tools/hotplug/Linux/init.d/xen-watchdog | 11 +++++++++++ 1 file changed, 11 insertions(+) --- xen-unstable.hg-4.1.21836.orig/tools/hotplug/Linux/init.d/xen-watchdog +++ xen-unstable.hg-4.1.21836/tools/hotplug/Linux/init.d/xen-watchdog @@ -4,6 +4,17 @@ # # chkconfig: 2345 21 79 # description: Run domain watchdog daemon +### BEGIN INIT INFO +# Provides: xen-watchdog +# Required-Start: xend +# Should-Start: $syslog $remote_fs +# Required-Stop: xend +# Should-Stop: $syslog $remote_fs +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Start/stop xen-watchdog +# Description: Run domain watchdog daemon. +### END INIT INFO # # Source function library.