aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-26 11:15:40 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-26 11:15:40 +0100
commitfd452d0f6493416332ca1dd91b8450003a05563e (patch)
treef2dfb852717928b78915ac57cfe3fe08e6d4e908 /tools/hotplug
parent7e4a3b097fbdd4a6b6f304ea691a6261a99b7f48 (diff)
downloadxen-fd452d0f6493416332ca1dd91b8450003a05563e.tar.gz
xen-fd452d0f6493416332ca1dd91b8450003a05563e.tar.bz2
xen-fd452d0f6493416332ca1dd91b8450003a05563e.zip
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@aepfle.de> Signed-off-by: Olaf Hering <olaf@aepfle.de> Modified-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/hotplug')
-rw-r--r--tools/hotplug/Linux/init.d/xencommons1
-rwxr-xr-xtools/hotplug/Linux/init.d/xend1
-rw-r--r--tools/hotplug/Linux/init.d/xendomains1
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons
index ed6ebfd6a9..874db88e47 100644
--- a/tools/hotplug/Linux/init.d/xencommons
+++ b/tools/hotplug/Linux/init.d/xencommons
@@ -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 --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend
index dc2179b68c..0f7f041f71 100755
--- a/tools/hotplug/Linux/init.d/xend
+++ b/tools/hotplug/Linux/init.d/xend
@@ -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 --git a/tools/hotplug/Linux/init.d/xendomains b/tools/hotplug/Linux/init.d/xendomains
index 7fa3b44356..cd5bad2691 100644
--- a/tools/hotplug/Linux/init.d/xendomains
+++ b/tools/hotplug/Linux/init.d/xendomains
@@ -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.