Hi, yes what I did is:

*Please replace the following if statment (*file /usr/local/bin/setddns.pl.)
*:

if ($settings{'SERVICE'} = 'zoneedit')
  {$serverdir = '-s'; $serveradd = 'dynamic.zoneedit.com';}
else
  {$serverdir = ''; $serveradd = '';}

with this one:

if ($settings{'SERVICE'} eq 'zoneedit')
  {$serverdir = '-s'; $serveradd = 'dynamic.zoneedit.com';}
else
  {$serverdir = ''; $serveradd = '';}
*




On Tue, Apr 5, 2011 at 10:09 AM, Matt Hayes <domin...@slackadelic.com>wrote:

> On 4/4/2011 1:29 PM, Andres Gonzalez wrote:
> > Hello,
> >
> > I have installed EFW 2.4.1 and I need to setup a dyndns account but it's
> > not working.
> > I found that there's a bug (http://bugs.endian.com/view.php?id=3307),
> > but is still not working.
> >
> > Any idea ?
> >
> > Regards.
> >
> >
> > --
> > AGD
> >
> >
> >
>
> Did you run through the procedure towards the end of that bug to make
> changes to the .pl script and see if that helped?
>
> -Matt
>
>
> ------------------------------------------------------------------------------
> Xperia(TM) PLAY
> It's a major breakthrough. An authentic gaming
> smartphone on the nation's most reliable network.
> And it wants your games.
> http://p.sf.net/sfu/verizon-sfdev
> _______________________________________________
> Efw-user mailing list
> Efw-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/efw-user
>



-- 
AGD
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Efw-user mailing list
Efw-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to