Diff for /doc/loncapafiles/ntpcheck.piml between versions 1.40 and 1.41

version 1.40, 2019/10/28 16:31:06 version 1.41, 2019/10/28 16:34:48
Line 36  http://www.lon-capa.org/ Line 36  http://www.lon-capa.org/
 <target dist="default"></target>  <target dist="default"></target>
 <perlscript mode="fg">  <perlscript mode="fg">
 print "Checking to be sure the Network Time Protocol is running properly.\n";  print "Checking to be sure the Network Time Protocol is running properly.\n";
 if (('<DIST />' eq 'sles15') || ('<DIST />' eq 'centos8') ||   if (('<DIST />' eq 'fedora26') || ('<DIST />' eq 'fedora27') ||
     ('<DIST />' eq 'rhes8')  || ('<DIST />' eq 'oracle7') ||      ('<DIST />' eq 'fedora28') || ('<DIST />' eq 'fedora29') ||
       ('<DIST />' eq 'fedora30') || ('<DIST />' eq 'fedora31') ||
       ('<DIST />' eq 'sles15')   || ('<DIST />' eq 'centos8')  || 
       ('<DIST />' eq 'rhes8')    || ('<DIST />' eq 'oracle7')  ||
     ('<DIST />' eq 'oracle8')) {      ('<DIST />' eq 'oracle8')) {
     print "For more information on chronyd please see https://chrony.tuxfamily.org/\n";      print "For more information on chronyd please see https://chrony.tuxfamily.org/\n";
 } else {  } else {

Removed from v.1.40  
changed lines
  Added in v.1.41


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