[LON-CAPA-cvs] cvs: doc /loncapafiles ntpcheck.piml

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 06 Jul 2004 20:52:18 -0000


matthew		Tue Jul  6 16:52:18 2004 EDT

  Modified files:              
    /doc/loncapafiles	ntpcheck.piml 
  Log:
  Added verbage about starting ntp if it's not running.
  
  
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.3 doc/loncapafiles/ntpcheck.piml:1.4
--- doc/loncapafiles/ntpcheck.piml:1.3	Tue Jun  8 19:16:03 2004
+++ doc/loncapafiles/ntpcheck.piml	Tue Jul  6 16:52:18 2004
@@ -3,7 +3,7 @@
 <!-- ntpcheck.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: ntpcheck.piml,v 1.3 2004/06/08 23:16:03 albertel Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.4 2004/07/06 20:52:18 matthew Exp $ -->
 
 <!--
 
@@ -43,7 +43,7 @@
 }
 my $value = `/etc/init.d/ntpd status`;
 if ($value !~ / running/) {
-    print "WARNING: ntp is installed but is not currently running.\n";
+    print "WARNING: ntp is installed but is not currently running.\nPlease verify the configuration of ntp in /etc/ntp.conf and /etc/ntp/step-tickers\nStart ntp by executing\n /etc/init.d/ntpd start\n";
 }
 # chkconfig barfs to stderr if the target isn't set up right.
 my $restartchk = `/sbin/chkconfig --list ntpd 2>/dev/null`;