Parent Directory | Revision Log | Revision Graph
* Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4 - Fix screen corruption in console [SME: 4155]
1 | slords | 1.1 | --- e-smith-base-4.18.1/root/sbin/e-smith/console.profile 2007-01-26 18:56:31.000000000 -0700 |
2 | +++ e-smith-base-4.18.1/root/sbin/e-smith/console 2008-09-15 09:04:50.000000000 -0600 | ||
3 | @@ -36,6 +36,8 @@ | ||
4 | |||
5 | $ENV{TERM} = $termType if($termType); | ||
6 | |||
7 | +system("/bin/sh", "/etc/profile.d/lang.sh"); | ||
8 | + | ||
9 | my %menu2object = (); | ||
10 | my @args = (); | ||
11 | my @items = (); |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |