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-devel

[Xen-devel] [PATCH] remove Default-Enabled from LSB header

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] remove Default-Enabled from LSB header
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Fri, 23 Jul 2010 14:19:17 +0200
Delivery-date: Fri, 23 Jul 2010 05:21:44 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1279887558; l=2331; s=domk; d=aepfle.de; h=Content-Type:MIME-Version:Subject:To:From:Date:X-RZG-CLASS-ID: X-RZG-AUTH; bh=BnMiCQGrqFRh7gIPIs6ejPqXzq4=; b=TD40jprFvb/CAo5cy6aMGvRlvafiehIqjhlwWGLVTrgDUxHB/6QlCwjPczmsAEzYSKD mC3QBB3WTRw0w98VJx1VqqtfdC3aIP4Vj1sowyOfAC1BK2qsYgHy+ggKgIsXRYJXlCA+K jzpNfaE87fYDqeD9alBGJJ60khv+F4jQIes=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2009-06-14)
Default-Enabled: is not a LSB keyword.
Move it out of the LSB section to avoid an openSuSE buildcheck warning.

Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>

---

It may be removed altogether, even google has no hits besides the old Debian 
bug #458502

 tools/hotplug/Linux/init.d/xencommons |    2 +-
 tools/hotplug/Linux/init.d/xend       |    2 +-
 tools/hotplug/Linux/init.d/xendomains |    2 +-
 tools/xenballoon/xenballoond.init     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

--- xen-unstable.hg-4.1.21836.orig/tools/hotplug/Linux/init.d/xencommons
+++ xen-unstable.hg-4.1.21836/tools/hotplug/Linux/init.d/xencommons
@@ -14,10 +14,10 @@
 # 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
+# Default-Enabled:   yes
 
 test -f /etc/sysconfig/xencommons && . /etc/sysconfig/xencommons
 
--- xen-unstable.hg-4.1.21836.orig/tools/hotplug/Linux/init.d/xend
+++ xen-unstable.hg-4.1.21836/tools/hotplug/Linux/init.d/xend
@@ -14,10 +14,10 @@
 # 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
+# Default-Enabled:   yes
 
 shopt -s extglob
 
--- xen-unstable.hg-4.1.21836.orig/tools/hotplug/Linux/init.d/xendomains
+++ xen-unstable.hg-4.1.21836/tools/hotplug/Linux/init.d/xendomains
@@ -22,11 +22,11 @@
 # 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.
 ### END INIT INFO
+# Default-Enabled:   yes
 
 CMD=xm
 $CMD list &> /dev/null
--- xen-unstable.hg-4.1.21836.orig/tools/xenballoon/xenballoond.init
+++ xen-unstable.hg-4.1.21836/tools/xenballoon/xenballoond.init
@@ -16,10 +16,10 @@
 # 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 ballooning daemon.
 ### END INIT INFO
+# Default-Enabled:   yes
 
 # Source function library
 . /etc/init.d/functions

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

<Prev in Thread] Current Thread [Next in Thread>