Mailing List Archive

[iptables] NFLOG-testx is not executable
Hi,

The test for NFLOG is not executable. This prevents NFLOG from building.

A commiter should run the following command to change executable
property in subversion tree:
svn propset svn:executable "on" extensions/.NFLOG-testx

BR,
--
Eric Leblond <eric@inl.fr>
INL
Re: [iptables] NFLOG-testx is not executable [ In reply to ]
Eric Leblond wrote:
> The test for NFLOG is not executable. This prevents NFLOG from building.
>
> A commiter should run the following command to change executable
> property in subversion tree:
> svn propset svn:executable "on" extensions/.NFLOG-testx


I also noticed this, I think I'm just going to add the header
files and change it to build the extension unconditional (for all
other extensions as well, since we've removed all external extension
the conditional building doesn't make any sense anymore).