summaryrefslogtreecommitdiffstats
path: root/scripts/init.d/cgconfig
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2009-02-23 14:41:10 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2009-02-23 14:41:10 +0000
commit680b9e7311f8ccd0fa5190ec31a5274fbcd8a4be (patch)
tree25a375af02bdc238fb951110eeb8b30dd596a545 /scripts/init.d/cgconfig
parent570bace5f2ba75f4fcc10a75c72726e8706cf14c (diff)
downloadlibcg-680b9e7311f8ccd0fa5190ec31a5274fbcd8a4be.tar.gz
libcg-680b9e7311f8ccd0fa5190ec31a5274fbcd8a4be.tar.xz
libcg-680b9e7311f8ccd0fa5190ec31a5274fbcd8a4be.zip
From: Ivana Varekova <varekova@redhat.com>
This patch fixes spec file handling of daemon parts of libcg (add chkconfig to post and including dependency, fix preun script). And fix the levels in which is this daemon start by default (should not be any). Signed-off-by: Ivana Varekova <varekova@redhat.com> Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@338 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'scripts/init.d/cgconfig')
-rw-r--r--scripts/init.d/cgconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/init.d/cgconfig b/scripts/init.d/cgconfig
index 507320f..ad490ce 100644
--- a/scripts/init.d/cgconfig
+++ b/scripts/init.d/cgconfig
@@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# cgconfig Control Groups Configuration Startup
-# chkconfig: 2345 80 20
+# chkconfig: - 13 87
# description: This script runs the cgconfigparser utility to parse and setup
# the control group filesystem. It uses /etc/cgconfig.conf
# and parses the configuration specified in there.
@@ -25,8 +25,6 @@
# Required-Stop: $local_fs $syslog
# Should-Start:
# Should-Stop:
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
# Short-Description: start and stop the WLM configuration
# Description: This script allows us to create a default configuration
### END INIT INFO