Diff for /doc/loncapafiles/ntpcheck.piml between versions 1.54 and 1.55

version 1.54, 2023/05/09 00:55:29 version 1.55, 2024/04/24 21:57:16
Line 46  if (('<DIST />' eq 'fedora26') || ('<DIS Line 46  if (('<DIST />' eq 'fedora26') || ('<DIS
     ('<DIST />' eq 'centos8')  || ('<DIST />' eq 'rhes8')    ||      ('<DIST />' eq 'centos8')  || ('<DIST />' eq 'rhes8')    ||
     ('<DIST />' eq 'oracle7')  || ('<DIST />' eq 'oracle8')  ||      ('<DIST />' eq 'oracle7')  || ('<DIST />' eq 'oracle8')  ||
     ('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20') ||      ('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20') ||
     ('<DIST />' eq 'ubuntu22') || ('<DIST />' eq 'rocky8')   ||      ('<DIST />' eq 'ubuntu22') || ('<DIST />' eq 'ubuntu24') ||
     ('<DIST />' eq 'alma8')    || ('<DIST />' eq 'centos8-stream') ||      ('<DIST />' eq 'rocky8')   || ('<DIST />' eq 'alma8')    ||
     ('<DIST />' eq 'centos9-stream') || ('<DIST />' eq 'rhes9') ||      ('<DIST />' eq 'centos8-stream') || ('<DIST />' eq 'centos9-stream') ||
     ('<DIST />' eq 'oracle9')  || ('<DIST />' eq 'rocky9')   ||      ('<DIST />' eq 'rhes9')    || ('<DIST />' eq 'oracle9')  || 
     ('<DIST />' eq 'alma9')) {      ('<DIST />' eq 'rocky9')   || ('<DIST />' eq 'alma9')) {
     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 {
     print "For more information on ntpd please see http://www.ntp.org/\n";      print "For more information on ntpd please see http://www.ntp.org/\n";
Line 76  if (('<DIST />' eq 'fedora15')    || ('< Line 76  if (('<DIST />' eq 'fedora15')    || ('<
     ('<DIST />' eq 'oracle7')     || ('<DIST />' eq 'scientific7') ||      ('<DIST />' eq 'oracle7')     || ('<DIST />' eq 'scientific7') ||
     ('<DIST />' eq 'sles12')      || ('<DIST />' eq 'sles15')   ||      ('<DIST />' eq 'sles12')      || ('<DIST />' eq 'sles15')   ||
     ('<DIST />' eq 'ubuntu18')    || ('<DIST />' eq 'ubuntu20') ||       ('<DIST />' eq 'ubuntu18')    || ('<DIST />' eq 'ubuntu20') || 
     ('<DIST />' eq 'ubuntu22')    || ('<DIST />' eq 'rhes8')    ||      ('<DIST />' eq 'ubuntu22')    || ('<DIST />' eq 'ubuntu24') ||
     ('<DIST />' eq 'centos8')     || ('<DIST />' eq 'oracle8')  ||      ('<DIST />' eq 'rhes8')       || ('<DIST />' eq 'centos8')  ||
     ('<DIST />' eq 'rocky8')      || ('<DIST />' eq 'alma8')    ||       ('<DIST />' eq 'oracle8')     || ('<DIST />' eq 'rocky8')   ||
     ('<DIST />' eq 'centos8-stream') || ('<DIST />' eq 'centos9-stream') ||      ('<DIST />' eq 'alma8')       || ('<DIST />' eq 'centos8-stream') ||
     ('<DIST />' eq 'rhes9')       || ('<DIST />' eq 'oracle9')  ||       ('<DIST />' eq 'centos9-stream') || ('<DIST />' eq 'rhes9') ||
     ('<DIST />' eq 'rocky9')      || ('<DIST />' eq 'alma9')) {      ('<DIST />' eq 'oracle9')     || ('<DIST />' eq 'rocky9')   ||
       ('<DIST />' eq 'alma9')) {
     $NTPD = 'ntpd';      $NTPD = 'ntpd';
     my $binname = $NTPD;      my $binname = $NTPD;
     if (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20') ||       if (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20') || 
         ('<DIST />' eq 'ubuntu22')) {           ('<DIST />' eq 'ubuntu22') || ('<DIST />' eq 'ubuntu24')) { 
         $NTPD = 'chrony';          $NTPD = 'chrony';
         $name = $NTPD;          $name = $NTPD;
         $binname = 'chronyd';          $binname = 'chronyd';
Line 160  if (('<DIST />' eq 'fedora15')    || ('< Line 161  if (('<DIST />' eq 'fedora15')    || ('<
     ('<DIST />' eq 'rhes7')       || ('<DIST />' eq 'oracle7')  ||      ('<DIST />' eq 'rhes7')       || ('<DIST />' eq 'oracle7')  ||
     ('<DIST />' eq 'sles12')      || ('<DIST />' eq 'sles15')   ||      ('<DIST />' eq 'sles12')      || ('<DIST />' eq 'sles15')   ||
     ('<DIST />' eq 'ubuntu18')    || ('<DIST />' eq 'ubuntu20') ||      ('<DIST />' eq 'ubuntu18')    || ('<DIST />' eq 'ubuntu20') ||
     ('<DIST />' eq 'ubuntu22')    || ('<DIST />' eq 'rhes8')    ||      ('<DIST />' eq 'ubuntu22')    || ('<DIST />' eq 'ubuntu24') || 
     ('<DIST />' eq 'centos8')     || ('<DIST />' eq 'oracle8')  ||       ('<DIST />' eq 'rhes8')       || ('<DIST />' eq 'centos8')  ||
     ('<DIST />' eq 'rocky8')      || ('<DIST />' eq 'alma8')    ||      ('<DIST />' eq 'oracle8')     || ('<DIST />' eq 'rocky8')   ||
     ('<DIST />' eq 'centos8-stream') || ('<DIST />' eq 'centos9-stream') ||      ('<DIST />' eq 'alma8')       || ('<DIST />' eq 'centos8-stream') ||
     ('<DIST />' eq 'rhes9')       || ('<DIST />' eq 'oracle9')  ||      ('<DIST />' eq 'centos9-stream') || ('<DIST />' eq 'rhes9') ||
     ('<DIST />' eq 'rocky9')      || ('<DIST />' eq 'alma9')) {      ('<DIST />' eq 'oracle9')     || ('<DIST />' eq 'rocky9')   ||
       ('<DIST />' eq 'alma9')) {
     if (!-l "/etc/systemd/system/multi-user.target.wants/$NTPD.service") {        if (!-l "/etc/systemd/system/multi-user.target.wants/$NTPD.service") {  
         print "**** WARNING: $NTPD is not configured to run at boot.  To correct this run:\nsystemctl enable $NTPD.service\n";          print "**** WARNING: $NTPD is not configured to run at boot.  To correct this run:\nsystemctl enable $NTPD.service\n";
     }      }

Removed from v.1.54  
changed lines
  Added in v.1.55


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