All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Fantoni <fantonifabio@tiscali.it>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] tools/hotplug/Linux/init.d/: Improved LSB headers
Date: Tue, 28 Jun 2011 10:07:12 +0200	[thread overview]
Message-ID: <4E098BB0.1090800@tiscali.it> (raw)
In-Reply-To: <19976.37645.197485.800991@mariner.uk.xensource.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 2702 bytes --]

Il 27/06/2011 16:26, Ian Jackson ha scritto:
>
> I'm afraid it's still corrupted.
> This is not correct.  There are extra spaces.
>
> Ian
I have redone patch and resend, also in attachment:

# HG changeset patch
# User Fabio Fantoni
# Date 1309247918 -7200
# Node ID f80fe58e5cc2fe406a3f93827e350bbc7ea4fedb
# Parent  2f63562df1c4230492a81793dce3672f93c93d9a
Improved LSB headers
xendomains service now working also without xend service

Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>

diff -r 2f63562df1c4 -r f80fe58e5cc2 tools/hotplug/Linux/init.d/xen-watchdog
--- a/tools/hotplug/Linux/init.d/xen-watchdog    Mon Jun 27 17:37:12 
2011 +0100
+++ b/tools/hotplug/Linux/init.d/xen-watchdog    Tue Jun 28 09:58:38 
2011 +0200
@@ -6,10 +6,10 @@
  # 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
+# Required-Start:    $syslog $remote_fs
+# Should-Start:      xend
+# Required-Stop:     $syslog $remote_fs
+# Should-Stop:       xend
  # Default-Start:     2 3 4 5
  # Default-Stop:      0 1 6
  # Short-Description: Start/stop xen-watchdog
diff -r 2f63562df1c4 -r f80fe58e5cc2 tools/hotplug/Linux/init.d/xend
--- a/tools/hotplug/Linux/init.d/xend    Mon Jun 27 17:37:12 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xend    Tue Jun 28 09:58:38 2011 +0200
@@ -8,9 +8,9 @@
  # description: Starts and stops the Xen control daemon.
  ### BEGIN INIT INFO
  # Provides:          xend
-# Required-Start:    $syslog $remote_fs xenstored
+# Required-Start:    $syslog $remote_fs xenstored xenconsoled
  # Should-Start:
-# Required-Stop:     $syslog $remote_fs xenstored
+# Required-Stop:     $syslog $remote_fs xenstored xenconsoled
  # Should-Stop:
  # Default-Start:     2 3 4 5
  # Default-Stop:      0 1 6
diff -r 2f63562df1c4 -r f80fe58e5cc2 tools/hotplug/Linux/init.d/xendomains
--- a/tools/hotplug/Linux/init.d/xendomains    Mon Jun 27 17:37:12 2011 
+0100
+++ b/tools/hotplug/Linux/init.d/xendomains    Tue Jun 28 09:58:38 2011 
+0200
@@ -16,10 +16,10 @@
  #
  ### BEGIN INIT INFO
  # Provides:          xendomains
-# Required-Start:    $syslog $remote_fs xend
-# Should-Start:
-# Required-Stop:     $syslog $remote_fs xend
-# Should-Stop:
+# Required-Start:    $syslog $remote_fs xenstored xenconsoled
+# Should-Start:      xend
+# Required-Stop:     $syslog $remote_fs xenstored xenconsoled
+# Should-Stop:       xend
  # Default-Start:     2 3 4 5
  # Default-Stop:      0 1 6
  # Short-Description: Start/stop secondary xen domains


[-- Attachment #1.1.2: staging-xen-unstable_improved_lsb.patch --]
[-- Type: text/plain, Size: 2458 bytes --]

# HG changeset patch
# User Fabio Fantoni
# Date 1309247918 -7200
# Node ID f80fe58e5cc2fe406a3f93827e350bbc7ea4fedb
# Parent  2f63562df1c4230492a81793dce3672f93c93d9a
Improved LSB headers
xendomains service now working also without xend service

Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>

diff -r 2f63562df1c4 -r f80fe58e5cc2 tools/hotplug/Linux/init.d/xen-watchdog
--- a/tools/hotplug/Linux/init.d/xen-watchdog	Mon Jun 27 17:37:12 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xen-watchdog	Tue Jun 28 09:58:38 2011 +0200
@@ -6,10 +6,10 @@
 # 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
+# Required-Start:    $syslog $remote_fs
+# Should-Start:      xend
+# Required-Stop:     $syslog $remote_fs
+# Should-Stop:       xend
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start/stop xen-watchdog
diff -r 2f63562df1c4 -r f80fe58e5cc2 tools/hotplug/Linux/init.d/xend
--- a/tools/hotplug/Linux/init.d/xend	Mon Jun 27 17:37:12 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xend	Tue Jun 28 09:58:38 2011 +0200
@@ -8,9 +8,9 @@
 # description: Starts and stops the Xen control daemon.
 ### BEGIN INIT INFO
 # Provides:          xend
-# Required-Start:    $syslog $remote_fs xenstored
+# Required-Start:    $syslog $remote_fs xenstored xenconsoled 
 # Should-Start:
-# Required-Stop:     $syslog $remote_fs xenstored
+# Required-Stop:     $syslog $remote_fs xenstored xenconsoled 
 # Should-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
diff -r 2f63562df1c4 -r f80fe58e5cc2 tools/hotplug/Linux/init.d/xendomains
--- a/tools/hotplug/Linux/init.d/xendomains	Mon Jun 27 17:37:12 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xendomains	Tue Jun 28 09:58:38 2011 +0200
@@ -16,10 +16,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:          xendomains
-# Required-Start:    $syslog $remote_fs xend
-# Should-Start:
-# Required-Stop:     $syslog $remote_fs xend
-# Should-Stop:
+# Required-Start:    $syslog $remote_fs xenstored xenconsoled
+# Should-Start:      xend
+# Required-Stop:     $syslog $remote_fs xenstored xenconsoled
+# Should-Stop:       xend
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start/stop secondary xen domains

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 6549 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

  reply	other threads:[~2011-06-28  8:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06 11:00 [PATCH] tools/hotplug/Linux/init.d/: Improved LSB headers Fabio Fantoni
2011-06-21 17:17 ` Ian Jackson
2011-06-22  6:44   ` Fabio Fantoni
2011-06-27 14:26     ` Ian Jackson
2011-06-28  8:07       ` Fabio Fantoni [this message]
2011-07-08 17:11         ` Ian Jackson
2011-07-11 12:38           ` Fantu
2011-07-18 16:49             ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E098BB0.1090800@tiscali.it \
    --to=fantonifabio@tiscali.it \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.