1 |
slords |
1.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 |
slords |
1.2 |
+$ENV {'LANG'} = 'C'; |
9 |
slords |
1.1 |
|
10 |
|
|
croak "ERROR: Already running!" if (-e "/var/lock/sysmon"); |
11 |
|
|
|