/[smecontribs]/rpms/smeserver-sysmon/contribs7/smeserver-sysmon-6.1-lang-fix.patch
ViewVC logotype

Annotation of /rpms/smeserver-sysmon/contribs7/smeserver-sysmon-6.1-lang-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Dec 1 15:33:34 2010 UTC (13 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-sysmon-6_1-3_el4_sme
* 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 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     +$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 RSS 2.0 feed