/[smecontribs]/rpms/smeserver-coova-chilli/contribs7/smeserver-coova-chilli-0.2-template_syntax_error.patch
ViewVC logotype

Annotation of /rpms/smeserver-coova-chilli/contribs7/smeserver-coova-chilli-0.2-template_syntax_error.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Sep 15 16:11:26 2008 UTC (15 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-coova-chilli-0_2-5_el4_sme, smeserver-coova-chilli-0_2-6_el4_sme
Fix syntax error

1 vip-ire 1.1 --- smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/25listen.template_syntax_error 2008-09-14 21:04:14.000000000 +0200
2     +++ smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/25listen 2008-09-15 18:01:40.000000000 +0200
3     @@ -1,8 +1,8 @@
4     {
5     # Compute the first IP of the network
6     our $net = $chilli{'net'} || '10.1.0.0/255.255.255.0';
7     -our chillip = NetAddr::IP->new($net) + 1;
8     -$chillip = $net->addr;
9     +our $chillip = NetAddr::IP->new($net) + 1;
10     +$chillip = $chillip->addr;
11    
12     $OUT = "uamlisten $chillip\n";
13    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed