Diff for /loncom/loncron between versions 1.130 and 1.131

version 1.130, 2024/07/10 02:47:53 version 1.131, 2024/07/10 04:10:35
Line 1782  sub main () { Line 1782  sub main () {
     if (!$justcheckdaemons && !$justcheckconnections && !$justreload && !$justiptables) {      if (!$justcheckdaemons && !$justcheckconnections && !$justreload && !$justiptables) {
         my ($bracketed_warning,$check_bracketed_paste) = &check_bash_settings();          my ($bracketed_warning,$check_bracketed_paste) = &check_bash_settings();
         if ($check_bracketed_paste) {          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>');                  '<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) {             if ($bracketed_warning) {
                my $bash_update = &set_bracketed_paste_off();                 my $bash_update = &set_bracketed_paste_off();

Removed from v.1.130  
changed lines
  Added in v.1.131


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