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

raeburn lon-capa-cvs@mail.lon-capa.org
Wed, 05 Oct 2005 18:00:44 -0000


raeburn		Wed Oct  5 14:00:44 2005 EDT

  Modified files:              
    /doc/loncapafiles	ntpcheck.piml 
  Log:
  SuSE uses xntpd not ntpd.
  
  
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.7 doc/loncapafiles/ntpcheck.piml:1.8
--- doc/loncapafiles/ntpcheck.piml:1.7	Wed Apr 13 14:54:32 2005
+++ doc/loncapafiles/ntpcheck.piml	Wed Oct  5 14:00:44 2005
@@ -3,7 +3,7 @@
 <!-- ntpcheck.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: ntpcheck.piml,v 1.7 2005/04/13 18:54:32 albertel Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.8 2005/10/05 18:00:44 raeburn Exp $ -->
 
 <!--
 
@@ -58,7 +58,7 @@
 }
 if ($restartchk =~ /^error reading information on service / ||
     $restartchk !~ /\d:(on|off)/) {
-    print "**** WARNING: Unable to check status of ntpd with /sbin/chkconfig.\n";
+    print "**** WARNING: Unable to check status $NTPD with /sbin/chkconfig.\n";
     exit;
 }
 if ($restartchk !~ /\s3:on/) {
@@ -66,7 +66,7 @@
     exit;
 }
 if ($restartchk !~ /\s5:on/) {
-    print "**** WARNING: ntpd is not set to start at runlevel 5.  To correct this run:\n/sbin/chkconfig --level 345 ntpd on\n";
+    print "**** WARNING: ntpd is not set to start at runlevel 5.  To correct this run:\n/sbin/chkconfig --level 345 $NTPD on\n";
     exit;
 }
 </perlscript>