[LON-CAPA-cvs] cvs: doc /loncapafiles chkconfig.piml
raeburn
raeburn@source.lon-capa.org
Fri, 13 May 2011 03:23:53 -0000
raeburn Fri May 13 03:23:53 2011 EDT
Modified files:
/doc/loncapafiles chkconfig.piml
Log:
- Missing ||
Index: doc/loncapafiles/chkconfig.piml
diff -u doc/loncapafiles/chkconfig.piml:1.16 doc/loncapafiles/chkconfig.piml:1.17
--- doc/loncapafiles/chkconfig.piml:1.16 Mon Mar 28 13:55:33 2011
+++ doc/loncapafiles/chkconfig.piml Fri May 13 03:23:53 2011
@@ -3,7 +3,7 @@
<!-- checkconfig.piml -->
<!-- Matthew Hall -->
-<!-- $Id: chkconfig.piml,v 1.16 2011/03/28 13:55:33 raeburn Exp $ -->
+<!-- $Id: chkconfig.piml,v 1.17 2011/05/13 03:23:53 raeburn Exp $ -->
<!--
@@ -62,7 +62,7 @@
if ($results eq '') {
print "**** WARNING: $service is not set to run on boot.$/".
" Execute the following commands to fix this:".$/;
- if ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' '<DIST />' eq 'ubuntu10') {
+ if ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10') {
print " $checker_bin --level $nrlstr $service off".$/;
} else {
print " $checker_bin --add $webserver".$/;