[LON-CAPA-cvs] cvs: doc /loncapafiles ntpcheck.piml
raeburn
raeburn at source.lon-capa.org
Mon Oct 28 12:34:48 EDT 2019
raeburn Mon Oct 28 16:34:48 2019 EDT
Modified files:
/doc/loncapafiles ntpcheck.piml
Log:
- Fedora >= 26 use chronyd instead of ntpd.
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.40 doc/loncapafiles/ntpcheck.piml:1.41
--- doc/loncapafiles/ntpcheck.piml:1.40 Mon Oct 28 16:31:06 2019
+++ doc/loncapafiles/ntpcheck.piml Mon Oct 28 16:34:48 2019
@@ -3,7 +3,7 @@
<!-- ntpcheck.piml -->
<!-- Matthew Hall -->
-<!-- $Id: ntpcheck.piml,v 1.40 2019/10/28 16:31:06 raeburn Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.41 2019/10/28 16:34:48 raeburn Exp $ -->
<!--
@@ -36,8 +36,11 @@
<target dist="default"></target>
<perlscript mode="fg">
print "Checking to be sure the Network Time Protocol is running properly.\n";
-if (('<DIST />' eq 'sles15') || ('<DIST />' eq 'centos8') ||
- ('<DIST />' eq 'rhes8') || ('<DIST />' eq 'oracle7') ||
+if (('<DIST />' eq 'fedora26') || ('<DIST />' eq 'fedora27') ||
+ ('<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')) {
print "For more information on chronyd please see https://chrony.tuxfamily.org/\n";
} else {
More information about the LON-CAPA-cvs
mailing list