[LON-CAPA-cvs] cvs: loncom /configuration Checksumming.pm

raeburn raeburn at source.lon-capa.org
Fri Jun 30 10:53:39 EDT 2017


raeburn		Fri Jun 30 14:53:39 2017 EDT

  Modified files:              
    /loncom/configuration	Checksumming.pm 
  Log:
  - mydesk.tab added to files checked for modifications.
  
  
Index: loncom/configuration/Checksumming.pm
diff -u loncom/configuration/Checksumming.pm:1.7 loncom/configuration/Checksumming.pm:1.8
--- loncom/configuration/Checksumming.pm:1.7	Sat Feb 20 20:58:59 2016
+++ loncom/configuration/Checksumming.pm	Fri Jun 30 14:53:39 2017
@@ -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 @@
         }
     }
     push(@paths,("$confdir/loncapa_apache.conf","$confdir/startup.pl"));
+    if ($lontabdir) {
+        push(@paths,$lontabdir.'/mydesk.tab');
+    }
     if (@paths) {
         my $pathstr = join (' ', at paths);
         if (open($dirh,"grep '$revtag' $pathstr 2>&1 |")) {




More information about the LON-CAPA-cvs mailing list