aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-06-22 16:22:30 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-06-22 16:22:30 +0100
commit7b76ecc628b908df7bc1c677be5419985eceb25d (patch)
tree97a72cfd1c745334fa2e2ad91cbba992a6b1c53b /tools/hotplug
parent919dd3858503de47b39989301355331cc90c2acd (diff)
downloadxen-7b76ecc628b908df7bc1c677be5419985eceb25d.tar.gz
xen-7b76ecc628b908df7bc1c677be5419985eceb25d.tar.bz2
xen-7b76ecc628b908df7bc1c677be5419985eceb25d.zip
init.d: Fix xencommons init script chkconfig configuration
Fix the xencommons init script chkconfig configuration since the priority was missing here and chkconfig was complaining about invalid chkconfig script so I added both start and stop priorities to the chkconfig line and it was working fine, the script was successfully added to chkconfig when using `chkconfig --add xencommons` and management using the chkconfig utility was now possible. Tested on RHEL-5 Server with Xen-4.1-unstable installed, running on PVops kernel 2.6.32.15 and it was working fine. Signed-off-by: Michal Novotny <minovotn@redhat.com>
Diffstat (limited to 'tools/hotplug')
-rw-r--r--tools/hotplug/Linux/init.d/xencommons2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons
index 873e42c7f4..9fa3301e34 100644
--- a/tools/hotplug/Linux/init.d/xencommons
+++ b/tools/hotplug/Linux/init.d/xencommons
@@ -4,7 +4,7 @@
#
# Author: Ian Jackson <ian.jackson@eu.citrix.com>
#
-# chkconfig: 2345
+# chkconfig: 2345 70 10
# description: Starts and stops xenstored and xenconsoled
### BEGIN INIT INFO
# Provides: xenstored xenconsoled