Diff for /doc/loncapafiles/ntpcheck.piml between versions 1.5 and 1.6

version 1.5, 2004/08/23 19:07:26 version 1.6, 2004/08/26 19:25:15
Line 57  if ($restartchk =~ /^error reading infor Line 57  if ($restartchk =~ /^error reading infor
     exit;      exit;
 }  }
 if ($restartchk !~ /\s3:on/) {  if ($restartchk !~ /\s3:on/) {
     print "**** WARNING: ntpd is not set to start at runlevel 3.  To correct this run:\n/sbin/chkconfig --level 3 ntpd on\n";      print "**** WARNING: ntpd is not set to start at runlevel 3.  To correct this run:\n/sbin/chkconfig --level 345 ntpd on\n";
     exit;      exit;
 }  }
 if ($restartchk !~ /\s5:on/) {  if ($restartchk !~ /\s5:on/) {
     print "**** WARNING: ntpd is not set to start at runlevel 5.  To correct this run:\n/sbin/chkconfig --level 5 ntpd on\n";      print "**** WARNING: ntpd is not set to start at runlevel 5.  To correct this run:\n/sbin/chkconfig --level 345 ntpd on\n";
     exit;      exit;
 }  }
 </perlscript>  </perlscript>

Removed from v.1.5  
changed lines
  Added in v.1.6


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