[LON-CAPA-cvs] cvs: doc /loncapafiles ntpcheck.piml
raeburn
raeburn at source.lon-capa.org
Fri Jun 27 04:55:29 EDT 2014
raeburn Fri Jun 27 08:55:29 2014 EDT
Modified files:
/doc/loncapafiles ntpcheck.piml
Log:
- Typo in rev. 1.21
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.21 doc/loncapafiles/ntpcheck.piml:1.22
--- doc/loncapafiles/ntpcheck.piml:1.21 Sat May 3 15:31:17 2014
+++ doc/loncapafiles/ntpcheck.piml Fri Jun 27 08:55:28 2014
@@ -3,7 +3,7 @@
<!-- ntpcheck.piml -->
<!-- Matthew Hall -->
-<!-- $Id: ntpcheck.piml,v 1.21 2014/05/03 15:31:17 raeburn Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.22 2014/06/27 08:55:28 raeburn Exp $ -->
<!--
@@ -78,7 +78,7 @@
# chkconfig barfs to stderr if the target isn't set up right.
my $checking_bin;
my $restartchk;
-if ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10' || '<DIST />' eq 'ubuntu12' '<DIST />' eq 'ubuntu14') {
+if ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10' || '<DIST />' eq 'ubuntu12' || '<DIST />' eq 'ubuntu14') {
$checking_bin = '/usr/sbin/sysv-rc-conf';
} else {
$checking_bin = '/sbin/chkconfig';
More information about the LON-CAPA-cvs
mailing list