Diff for /doc/install/linux/install.pl between versions 1.45.2.3 and 1.45.2.4

version 1.45.2.3, 2019/07/07 23:37:54 version 1.45.2.4, 2019/10/14 14:14:51
Line 420  sub check_locale { Line 420  sub check_locale {
                 } elsif (-e '/usr/bin/system-config-language') {                  } elsif (-e '/usr/bin/system-config-language') {
                     $command = 'system-config-language';                      $command = 'system-config-language';
                 } elsif (-e '/usr/bin/localectl') {                  } elsif (-e '/usr/bin/localectl') {
                     $command = 'localectl set-locale en_US.UTF-8';                      $command = '/usr/bin/localectl set-locale LANG=en_US.UTF-8';
                 } else {                  } else {
                     $command = 'No standard command found';                      $command = 'No standard command found';
                 }                  }

Removed from v.1.45.2.3  
changed lines
  Added in v.1.45.2.4


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