diff -Nur -x '*.orig' -x '*.rej' smeserver-coova-chilli-0.2/root/etc/e-smith/templates/opt/chilli/hotspotlogin-conf.pl/all mezzanine_patched_smeserver-coova-chilli-0.2/root/etc/e-smith/templates/opt/chilli/hotspotlogin-conf.pl/all --- smeserver-coova-chilli-0.2/root/etc/e-smith/templates/opt/chilli/hotspotlogin-conf.pl/all 2008-09-02 13:28:02.000000000 +0200 +++ mezzanine_patched_smeserver-coova-chilli-0.2/root/etc/e-smith/templates/opt/chilli/hotspotlogin-conf.pl/all 2008-09-03 09:56:53.000000000 +0200 @@ -2,6 +2,6 @@ $conf\{contactinfo\} = "admin\@{"$DomainName";}"; $conf\{uamsecret\} = "{($chilli{'uamsecret'} || 'azerty');}"; $conf\{userpassword \} = 1; -$conf\{guestAccess\} = {($chilli{'guestAccess' || 'disabled') eq 'enabled' ? '1':'0';}; +$conf\{guestaccess\} = {($chilli{'guestAccess'} || 'disabled') eq 'enabled' ? '1':'0';}; 1