/[smecontribs]/rpms/smeserver-zabbix-server/contribs7/smeserver-zabbix-server-0.1-use_global_tz.patch
ViewVC logotype

Contents of /rpms/smeserver-zabbix-server/contribs7/smeserver-zabbix-server-0.1-use_global_tz.patch

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


Revision 1.1 - (show annotations) (download)
Mon Mar 8 07:41:27 2010 UTC (14 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-zabbix-server-0_1-13_el4_sme, smeserver-zabbix-server-0_1-12_el4_sme, HEAD
Use global TimeZone

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-server-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-server/TimeZone mezzanine_patched_smeserver-zabbix-server-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-server/TimeZone
2 --- smeserver-zabbix-server-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-server/TimeZone 2009-02-04 09:05:11.000000000 +0100
3 +++ mezzanine_patched_smeserver-zabbix-server-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-server/TimeZone 1970-01-01 01:00:00.000000000 +0100
4 @@ -1 +0,0 @@
5 -Europe/Paris
6 diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98zabbix-web mezzanine_patched_smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98zabbix-web
7 --- smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98zabbix-web 2010-03-08 08:39:57.000000000 +0100
8 +++ mezzanine_patched_smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98zabbix-web 2010-03-08 08:39:37.000000000 +0100
9 @@ -6,7 +6,7 @@
10 my $access = (${'zabbix-server'}{'WebAccess'} || 'local') eq 'public' ?
11 'all':"$localAccess $externalSSLAccess";
12
13 -my $tz = ${'zabbix-server'}{'TimeZone'} || 'Europe/Paris';
14 +my $tz = ${'TimeZone'} || 'Europe/Paris';
15
16 $OUT .=<<"HERE";
17 #-------------------------------------------#

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed