Diff for /doc/install/linux/install.pl between versions 1.6 and 1.7

version 1.6, 2011/03/28 13:27:56 version 1.7, 2011/04/23 19:04:42
Line 329  sub check_locale { Line 329  sub check_locale {
                     $command = 'dpkg-reconfigure locales';                      $command = 'dpkg-reconfigure locales';
                 } elsif ($distro =~ /^ubuntu/) {                  } elsif ($distro =~ /^ubuntu/) {
                     $command = 'sudo set-language-env -E';                       $command = 'sudo set-language-env -E'; 
                   } elsif ($distro =~ /^(suse|sles)/) {
                       $command = 'yast language'; 
                 } else {                  } else {
                     $command = 'system-config-language';                      $command = 'system-config-language';
                 }                  }

Removed from v.1.6  
changed lines
  Added in v.1.7


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