1 |
slords |
1.1 |
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 |
2 |
|
|
--- smeserver-coova-chilli-0.2/root/etc/e-smith/templates/opt/chilli/hotspotlogin-conf.pl/all 2008-09-02 13:28:02.000000000 +0200 |
3 |
|
|
+++ 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 |
4 |
|
|
@@ -2,6 +2,6 @@ |
5 |
|
|
$conf\{contactinfo\} = "admin\@{"$DomainName";}"; |
6 |
|
|
$conf\{uamsecret\} = "{($chilli{'uamsecret'} || 'azerty');}"; |
7 |
|
|
$conf\{userpassword \} = 1; |
8 |
|
|
-$conf\{guestAccess\} = {($chilli{'guestAccess' || 'disabled') eq 'enabled' ? '1':'0';}; |
9 |
|
|
+$conf\{guestaccess\} = {($chilli{'guestAccess'} || 'disabled') eq 'enabled' ? '1':'0';}; |
10 |
|
|
|
11 |
|
|
1 |