Diff for /doc/install/linux/install.pl between versions 1.57 and 1.58

version 1.57, 2019/07/07 23:36:03 version 1.58, 2019/10/07 22:28:02
Line 484  sub check_locale { Line 484  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.57  
changed lines
  Added in v.1.58


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