[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / loncron

raeburn raeburn at source.lon-capa.org
Wed Jul 10 00:11:41 EDT 2024


raeburn		Wed Jul 10 04:11:41 2024 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	loncron 
  Log:
  - For 2.11
    Backport 1.131
  
  
Index: loncom/loncron
diff -u loncom/loncron:1.103.2.14 loncom/loncron:1.103.2.15
--- loncom/loncron:1.103.2.14	Wed Jul 10 02:52:38 2024
+++ loncom/loncron	Wed Jul 10 04:11:41 2024
@@ -2,7 +2,7 @@
 
 # Housekeeping program, started by cron, loncontrol and loncron.pl
 #
-# $Id: loncron,v 1.103.2.14 2024/07/10 02:52:38 raeburn Exp $
+# $Id: loncron,v 1.103.2.15 2024/07/10 04:11:41 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1549,7 +1549,7 @@
     if (!$justcheckdaemons && !$justcheckconnections && !$justreload && !$justiptables) {
         my ($bracketed_warning,$check_bracketed_paste) = &check_bash_settings();
         if ($check_bracketed_paste) {
-           &log($fh,'<hr /><a name="bashconf" /><h2>bash readline config</h2><h3>Brackedted Paste</h3>'.
+           &log($fh,'<hr /><a name="bashconf" /><h2>bash readline config</h2><h3>Bracketed Paste</h3>'.
                 '<p>Distros using bash readline library 8.1 or later need bracketed paste disabled for www, so R commands sent to lon daemon will be processed.</p>');
            if ($bracketed_warning) {
                my $bash_update = &set_bracketed_paste_off();




More information about the LON-CAPA-cvs mailing list