[LON-CAPA-cvs] cvs: loncom / loncron
raeburn
raeburn at source.lon-capa.org
Wed Jul 10 00:10:35 EDT 2024
raeburn Wed Jul 10 04:10:35 2024 EDT
Modified files:
/loncom loncron
Log:
- Typo
Index: loncom/loncron
diff -u loncom/loncron:1.130 loncom/loncron:1.131
--- loncom/loncron:1.130 Wed Jul 10 02:47:53 2024
+++ loncom/loncron Wed Jul 10 04:10:35 2024
@@ -2,7 +2,7 @@
# Housekeeping program, started by cron, loncontrol and loncron.pl
#
-# $Id: loncron,v 1.130 2024/07/10 02:47:53 raeburn Exp $
+# $Id: loncron,v 1.131 2024/07/10 04:10:35 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1782,7 +1782,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