[LON-CAPA-cvs] cvs: doc /loncapafiles ntpcheck.piml
raeburn
raeburn at source.lon-capa.org
Thu Jun 29 23:23:27 EDT 2017
raeburn Fri Jun 30 03:23:27 2017 EDT
Modified files:
/doc/loncapafiles ntpcheck.piml
Log:
- Typo
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.29 doc/loncapafiles/ntpcheck.piml:1.30
--- doc/loncapafiles/ntpcheck.piml:1.29 Wed Mar 29 20:48:25 2017
+++ doc/loncapafiles/ntpcheck.piml Fri Jun 30 03:23:27 2017
@@ -3,7 +3,7 @@
<!-- ntpcheck.piml -->
<!-- Matthew Hall -->
-<!-- $Id: ntpcheck.piml,v 1.29 2017/03/29 20:48:25 raeburn Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.30 2017/06/30 03:23:27 raeburn Exp $ -->
<!--
@@ -66,7 +66,7 @@
print "ntp is not installed.\n";
exit;
}
- $startntpcnd = "/etc/init.d/$NTPD start";
+ $startntpcmd = "/etc/init.d/$NTPD start";
}
if (open(PIPE,'-|',$checkcmd)) {
More information about the LON-CAPA-cvs
mailing list