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

raeburn raeburn@source.lon-capa.org
Sun, 27 Feb 2011 18:50:50 -0000


raeburn		Sun Feb 27 18:50:50 2011 EDT

  Modified files:              
    /doc/loncapafiles	ntpcheck.piml 
  Log:
  - Support Debian 6 and Ubuntu 10 LTS.
  
  
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.10 doc/loncapafiles/ntpcheck.piml:1.11
--- doc/loncapafiles/ntpcheck.piml:1.10	Tue Jul 14 13:13:26 2009
+++ doc/loncapafiles/ntpcheck.piml	Sun Feb 27 18:50:50 2011
@@ -3,7 +3,7 @@
 <!-- ntpcheck.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: ntpcheck.piml,v 1.10 2009/07/14 13:13:26 raeburn Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.11 2011/02/27 18:50:50 raeburn Exp $ -->
 
 <!--
 
@@ -55,7 +55,7 @@
 # chkconfig barfs to stderr if the target isn't set up right.
 my $checking_bin;
 my $restartchk;
-if ('<DIST />' eq 'debian5' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8') {
+if ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10') {
     $checking_bin = '/usr/sbin/sysv-rc-conf';
 } else {
     $checking_bin = '/sbin/chkconfig';