diff -Nur -x '*.orig' -x '*.rej' smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver mezzanine_patched_smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver --- smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver 2010-04-22 19:32:21.000000000 +0200 +++ mezzanine_patched_smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver 2010-04-22 19:31:38.000000000 +0200 @@ -1,7 +1,11 @@ { my $uamsecret = $chilli{'uamsecret'} || 'azerty'; +my $uamhomepage = $chilli{'uamhomepage'} || ''; $OUT = "uamserver https://$chillip/chilli/cgi-bin/hotspotlogin.cgi\n"; $OUT .= "uamsecret $uamsecret\n"; + +$OUT .= "uamhomepage $uamsecret\n" if ($uamhomepage ne ''); + }