1 |
stephdl |
1.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 |
|
|
#-------------------------------------------# |