version 1.13, 2011/02/27 18:54:59
|
version 1.14, 2011/03/01 21:34:28
|
Line 58 foreach my $service ($webserver,'loncont
|
Line 58 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:".$/; |
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 --add $webserver".$/; |
} |
} |
print " $checker_bin --level $rlstr $service on".$/; |
print " $checker_bin --level $rlstr $service on".$/; |