[LON-CAPA-cvs] cvs: doc /loncapafiles ntpcheck.piml
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 26 Aug 2004 19:25:15 -0000
albertel Thu Aug 26 15:25:15 2004 EDT
Modified files:
/doc/loncapafiles ntpcheck.piml
Log:
- add more levels (since when did this become an RPG)
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.5 doc/loncapafiles/ntpcheck.piml:1.6
--- doc/loncapafiles/ntpcheck.piml:1.5 Mon Aug 23 15:07:26 2004
+++ doc/loncapafiles/ntpcheck.piml Thu Aug 26 15:25:15 2004
@@ -3,7 +3,7 @@
<!-- ntpcheck.piml -->
<!-- Matthew Hall -->
-<!-- $Id: ntpcheck.piml,v 1.5 2004/08/23 19:07:26 matthew Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.6 2004/08/26 19:25:15 albertel Exp $ -->
<!--
@@ -57,11 +57,11 @@
exit;
}
if ($restartchk !~ /\s3:on/) {
- print "**** WARNING: ntpd is not set to start at runlevel 3. To correct this run:\n/sbin/chkconfig --level 3 ntpd on\n";
+ print "**** WARNING: ntpd is not set to start at runlevel 3. To correct this run:\n/sbin/chkconfig --level 345 ntpd on\n";
exit;
}
if ($restartchk !~ /\s5:on/) {
- print "**** WARNING: ntpd is not set to start at runlevel 5. To correct this run:\n/sbin/chkconfig --level 5 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>