[LON-CAPA-cvs] cvs: doc /loncapafiles ntpcheck.piml
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 08 Jun 2004 23:16:04 -0000
albertel Tue Jun 8 19:16:04 2004 EDT
Modified files:
/doc/loncapafiles ntpcheck.piml
Log:
- typo
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.2 doc/loncapafiles/ntpcheck.piml:1.3
--- doc/loncapafiles/ntpcheck.piml:1.2 Wed May 19 12:10:03 2004
+++ doc/loncapafiles/ntpcheck.piml Tue Jun 8 19:16:03 2004
@@ -3,7 +3,7 @@
<!-- ntpcheck.piml -->
<!-- Matthew Hall -->
-<!-- $Id: ntpcheck.piml,v 1.2 2004/05/19 16:10:03 matthew Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.3 2004/06/08 23:16:03 albertel Exp $ -->
<!--
@@ -43,7 +43,7 @@
}
my $value = `/etc/init.d/ntpd status`;
if ($value !~ / running/) {
- print "WARNING: npt is installed but is not currently running.\n";
+ print "WARNING: ntp is installed but is not currently running.\n";
}
# chkconfig barfs to stderr if the target isn't set up right.
my $restartchk = `/sbin/chkconfig --list ntpd 2>/dev/null`;