[LON-CAPA-cvs] cvs: doc /loncapafiles ntpcheck.piml
raeburn
raeburn at source.lon-capa.org
Sat Jan 18 15:42:08 EST 2020
raeburn Sat Jan 18 20:42:08 2020 EDT
Modified files:
/doc/loncapafiles ntpcheck.piml
Log:
- Correction to changes in rev. 1.42.
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.43 doc/loncapafiles/ntpcheck.piml:1.44
--- doc/loncapafiles/ntpcheck.piml:1.43 Sat Jan 4 18:03:16 2020
+++ doc/loncapafiles/ntpcheck.piml Sat Jan 18 20:42:08 2020
@@ -3,7 +3,7 @@
<!-- ntpcheck.piml -->
<!-- Matthew Hall -->
-<!-- $Id: ntpcheck.piml,v 1.43 2020/01/04 18:03:16 raeburn Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.44 2020/01/18 20:42:08 raeburn Exp $ -->
<!--
@@ -68,6 +68,7 @@
('<DIST />' eq 'ubuntu20') || ('<DIST />' eq 'rhes8') ||
('<DIST />' eq 'centos8') || ('<DIST />' eq 'oracle8')) {
$NTPD = 'ntpd';
+ $binname = $NTPD;
if (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20')) {
$NTPD = 'chrony';
$name = $NTPD;
@@ -80,7 +81,6 @@
('<DIST />' eq 'oracle8')) {
$NTPD = 'chronyd';
$name = $NTPD;
- $binname = $NTPD;
}
$checkcmd = "systemctl is-enabled $NTPD.service";
$startntpcmd = "systemctl start $NTPD.service";
More information about the LON-CAPA-cvs
mailing list