Mailing List Archive

Add support for dynamically reconfiguring unbound DNS [rhbz#865092]
Hi Paul, Erinn,

I'm committing few pending patches in vpnc repository.
I'm not clear about this one. It has been first added then removed
from Fedora package.
Could you please update me? Is it still required?

I modified the patch after check with "checkbashism", but I cannot test it.
Could you please cross check it?
You can find it in attachment.
I have:
- removed trailing spaces;
- used tabs for indentation;
- replaced "command -v unbound-control" with "[ -x /usr/sbin/unbound-control ]";
- used full path "/usr/sbin/unbound-control";
- removed index from "${INTERNAL_IP4_DNS[@]}" since it is not an array.

Best Regards,
Antonio Borneo
Re: Add support for dynamically reconfiguring unbound DNS [rhbz#865092] [ In reply to ]
On Sun, 2013-12-01 at 15:41 +0800, Antonio Borneo wrote:
> Hi Paul, Erinn,
>
> I'm committing few pending patches in vpnc repository.
> I'm not clear about this one. It has been first added then removed
> from Fedora package.
> Could you please update me? Is it still required?
>
> I modified the patch after check with "checkbashism", but I cannot test it.
> Could you please cross check it?
> You can find it in attachment.
> I have:
> - removed trailing spaces;
> - used tabs for indentation;
> - replaced "command -v unbound-control" with "[ -x /usr/sbin/unbound-control ]";
> - used full path "/usr/sbin/unbound-control";
> - removed index from "${INTERNAL_IP4_DNS[@]}" since it is not an array.


I've pushed this version; thanks.

--
dwmw2