[LON-CAPA-cvs] cvs: doc /loncapafiles chkconfig.piml

raeburn raeburn@source.lon-capa.org
Tue, 01 Mar 2011 21:34:28 -0000


raeburn		Tue Mar  1 21:34:28 2011 EDT

  Modified files:              
    /doc/loncapafiles	chkconfig.piml 
  Log:
  - Support Debian 6.
  
  
Index: doc/loncapafiles/chkconfig.piml
diff -u doc/loncapafiles/chkconfig.piml:1.13 doc/loncapafiles/chkconfig.piml:1.14
--- doc/loncapafiles/chkconfig.piml:1.13	Sun Feb 27 18:54:59 2011
+++ doc/loncapafiles/chkconfig.piml	Tue Mar  1 21:34:28 2011
@@ -3,7 +3,7 @@
 <!-- checkconfig.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: chkconfig.piml,v 1.13 2011/02/27 18:54:59 raeburn Exp $ -->
+<!-- $Id: chkconfig.piml,v 1.14 2011/03/01 21:34:28 raeburn Exp $ -->
 
 <!--
 
@@ -58,7 +58,7 @@
     if ($results eq '') {
         print "**** WARNING: $service is not set to run on boot.$/".
         "    Execute the following commands to fix this:".$/;
-        unless ('<DIST />' eq 'debian5' ||  '<DIST />' eq 'ubuntu6' ||  '<DIST />' eq 'ubuntu8') {
+        unless ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' ||  '<DIST />' eq 'ubuntu8' '<DIST />' eq 'ubuntu10') {
              print "        $checker_bin --add $webserver".$/;
         }
         print "        $checker_bin --level $rlstr $service on".$/;