Parent Directory | Revision Log | Revision Graph
* Sat Mar 29 2008 Shad L. Lords <slords@mail.com> 6.1-3.sme - Fix LANG env so output can be recognized [SME: 4143]
1 | diff -up smeserver-sysmon-6.1/root/usr/sbin/sysmon.lang-fix smeserver-sysmon-6.1/root/usr/sbin/sysmon |
2 | --- smeserver-sysmon-6.1/root/usr/sbin/sysmon.lang-fix 2008-03-27 19:27:43.000000000 -0600 |
3 | +++ smeserver-sysmon-6.1/root/usr/sbin/sysmon 2010-12-01 08:30:55.000000000 -0700 |
4 | @@ -12,6 +12,7 @@ use esmith::db; |
5 | use sigtrap; |
6 | |
7 | $ENV {'PATH'} = '/bin:/sbin:/usr/bin:/usr/sbin:/usr/lib/sa'; |
8 | +$ENF {'LANG'} = 'C'; |
9 | |
10 | croak "ERROR: Already running!" if (-e "/var/lock/sysmon"); |
11 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |