WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] tools/hotplug etc.: remove Default-Enable

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tools/hotplug etc.: remove Default-Enabled from LSB header
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 27 Jul 2010 14:30:35 -0700
Delivery-date: Tue, 27 Jul 2010 14:31:00 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
# Date 1280139340 -3600
# Node ID c33055fcda423047e1ebf4de3c3d986dbd2c3f0d
# Parent  fb3649141e19eede88bfb07a944c8a305563d6d2
tools/hotplug etc.: remove Default-Enabled from LSB header

"Default-Enabled:" is not a LSB keyword.
Remove it from the LSB section.

This avoids an openSuSE buildcheck warning and we are not aware of any
reason why it should be kept.

From: Olaf Hering <olaf@xxxxxxxxx>
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
Modified-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 tools/hotplug/Linux/init.d/xencommons |    1 -
 tools/hotplug/Linux/init.d/xend       |    1 -
 tools/hotplug/Linux/init.d/xendomains |    1 -
 tools/xenballoon/xenballoond.init     |    1 -
 4 files changed, 4 deletions(-)

diff -r fb3649141e19 -r c33055fcda42 tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons     Mon Jul 26 11:11:25 2010 +0100
+++ b/tools/hotplug/Linux/init.d/xencommons     Mon Jul 26 11:15:40 2010 +0100
@@ -14,7 +14,6 @@
 # Should-Stop:
 # Default-Start:     3 4 5
 # Default-Stop:      1
-# Default-Enabled:   yes
 # Short-Description: Start/stop xenstored and xenconsoled
 # Description:       Starts and stops the daemons neeeded for xl/xend
 ### END INIT INFO
diff -r fb3649141e19 -r c33055fcda42 tools/hotplug/Linux/init.d/xend
--- a/tools/hotplug/Linux/init.d/xend   Mon Jul 26 11:11:25 2010 +0100
+++ b/tools/hotplug/Linux/init.d/xend   Mon Jul 26 11:15:40 2010 +0100
@@ -14,7 +14,6 @@
 # Should-Stop:
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6
-# Default-Enabled:   yes
 # Short-Description: Start/stop xend
 # Description:       Starts and stops the Xen control daemon.
 ### END INIT INFO
diff -r fb3649141e19 -r c33055fcda42 tools/hotplug/Linux/init.d/xendomains
--- a/tools/hotplug/Linux/init.d/xendomains     Mon Jul 26 11:11:25 2010 +0100
+++ b/tools/hotplug/Linux/init.d/xendomains     Mon Jul 26 11:15:40 2010 +0100
@@ -22,7 +22,6 @@
 # Should-Stop:
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6
-# Default-Enabled:   yes
 # Short-Description: Start/stop secondary xen domains
 # Description:       Start / stop domains automatically when domain 0 
 #                    boots / shuts down.
diff -r fb3649141e19 -r c33055fcda42 tools/xenballoon/xenballoond.init
--- a/tools/xenballoon/xenballoond.init Mon Jul 26 11:11:25 2010 +0100
+++ b/tools/xenballoon/xenballoond.init Mon Jul 26 11:15:40 2010 +0100
@@ -16,7 +16,6 @@
 # Should-Stop:
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6
-# Default-Enabled:   yes
 # Short-Description: Start/stop xenballoond
 # Description:       Starts and stops the Xen ballooning daemon.
 ### END INIT INFO

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] tools/hotplug etc.: remove Default-Enabled from LSB header, Xen patchbot-unstable <=