--- loncom/configuration/Checksumming.pm 2016/02/20 20:58:59 1.7 +++ loncom/configuration/Checksumming.pm 2017/06/30 14:53:39 1.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Checksum installed LON-CAPA modules and some configuration files # -# $Id: Checksumming.pm,v 1.7 2016/02/20 20:58:59 raeburn Exp $ +# $Id: Checksumming.pm,v 1.8 2017/06/30 14:53:39 raeburn Exp $ # # The LearningOnline Network with CAPA # @@ -75,6 +75,9 @@ sub get_checksums { } } push(@paths,("$confdir/loncapa_apache.conf","$confdir/startup.pl")); + if ($lontabdir) { + push(@paths,$lontabdir.'/mydesk.tab'); + } if (@paths) { my $pathstr = join (' ',@paths); if (open($dirh,"grep '$revtag' $pathstr 2>&1 |")) {