Diff for /doc/loncapafiles/ntpcheck.piml between versions 1.29 and 1.30

version 1.29, 2017/03/29 20:48:25 version 1.30, 2017/06/30 03:23:27
Line 66  if (('<DIST />' eq 'fedora15')    || ('< Line 66  if (('<DIST />' eq 'fedora15')    || ('<
         print "ntp is not installed.\n";          print "ntp is not installed.\n";
         exit;          exit;
     }      }
     $startntpcnd = "/etc/init.d/$NTPD start";      $startntpcmd = "/etc/init.d/$NTPD start";
 }  }
   
 if (open(PIPE,'-|',$checkcmd)) {  if (open(PIPE,'-|',$checkcmd)) {

Removed from v.1.29  
changed lines
  Added in v.1.30


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>