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 --- smeserver-zabbix-server-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-server/TimeZone 2009-02-04 09:05:11.000000000 +0100 +++ 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 @@ -1 +0,0 @@ -Europe/Paris 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 --- 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 +++ 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 @@ -6,7 +6,7 @@ my $access = (${'zabbix-server'}{'WebAccess'} || 'local') eq 'public' ? 'all':"$localAccess $externalSSLAccess"; -my $tz = ${'zabbix-server'}{'TimeZone'} || 'Europe/Paris'; +my $tz = ${'TimeZone'} || 'Europe/Paris'; $OUT .=<<"HERE"; #-------------------------------------------#