[LON-CAPA-cvs] cvs: doc /loncapafiles chkconfig.piml
raeburn
raeburn@source.lon-capa.org
Mon, 28 Mar 2011 13:55:33 -0000
raeburn Mon Mar 28 13:55:33 2011 EDT
Modified files:
/doc/loncapafiles chkconfig.piml
Log:
- Eliminate erroneous line setting chkconfig binary for suse9.X/sles9.
- Exclude run level 4 for Apache for SuSE/SLES.
Index: doc/loncapafiles/chkconfig.piml
diff -u doc/loncapafiles/chkconfig.piml:1.15 doc/loncapafiles/chkconfig.piml:1.16
--- doc/loncapafiles/chkconfig.piml:1.15 Thu Mar 3 00:10:19 2011
+++ doc/loncapafiles/chkconfig.piml Mon Mar 28 13:55:33 2011
@@ -3,7 +3,7 @@
<!-- checkconfig.piml -->
<!-- Matthew Hall -->
-<!-- $Id: chkconfig.piml,v 1.15 2011/03/03 00:10:19 raeburn Exp $ -->
+<!-- $Id: chkconfig.piml,v 1.16 2011/03/28 13:55:33 raeburn Exp $ -->
<!--
@@ -41,11 +41,11 @@
my @norunlevels = qw/0 1 6/;
if ('<DIST />' eq 'suse9.3' || '<DIST />' eq 'suse9.2' || '<DIST />' eq 'sles9') {
- $checker_bin = '/';
$webserver = 'apache';
@runlevels = qw/3 5/;
} elsif ('<DIST />' eq 'sles10' || '<DIST />' eq 'sles11' || '<DIST />' eq 'suse10.1' || '<DIST />' eq 'suse10.2' || '<DIST />' eq 'suse10.3' || '<DIST />' eq 'suse11.1' || '<DIST />' eq 'suse11.2' || '<DIST />' eq 'suse11.3' || '<DIST />' eq 'suse11.4') {
$webserver = 'apache2';
+ @runlevels = qw/3 5/;
} elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10') {
@runlevels = qw/2 3 4 5/;
@norunlevels = qw/0 1 6/;