Diff for /doc/loncapafiles/chkconfig.piml between versions 1.16 and 1.17

version 1.16, 2011/03/28 13:55:33 version 1.17, 2011/05/13 03:23:53
Line 62  foreach my $service ($webserver,'loncont Line 62  foreach my $service ($webserver,'loncont
     if ($results eq '') {      if ($results eq '') {
         print "**** WARNING: $service is not set to run on boot.$/".          print "**** WARNING: $service is not set to run on boot.$/".
         "    Execute the following commands to fix this:".$/;          "    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".$/;              print "        $checker_bin --level $nrlstr $service off".$/;
         } else {          } else {
              print "        $checker_bin --add $webserver".$/;               print "        $checker_bin --add $webserver".$/;

Removed from v.1.16  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>