Diff for /loncom/configuration/Checksumming.pm between versions 1.7 and 1.8

version 1.7, 2016/02/20 20:58:59 version 1.8, 2017/06/30 14:53:39
Line 75  sub get_checksums { Line 75  sub get_checksums {
         }          }
     }      }
     push(@paths,("$confdir/loncapa_apache.conf","$confdir/startup.pl"));      push(@paths,("$confdir/loncapa_apache.conf","$confdir/startup.pl"));
       if ($lontabdir) {
           push(@paths,$lontabdir.'/mydesk.tab');
       }
     if (@paths) {      if (@paths) {
         my $pathstr = join (' ',@paths);          my $pathstr = join (' ',@paths);
         if (open($dirh,"grep '$revtag' $pathstr 2>&1 |")) {          if (open($dirh,"grep '$revtag' $pathstr 2>&1 |")) {

Removed from v.1.7  
changed lines
  Added in v.1.8


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