Re: a query on make file

systemx <[email protected]> Wed, 1 Apr 2009 11:37:39 +0300
Newsgroups gmane.network.nocat
Message-ID <[email protected]>
find the file

/usr/local/nocat/bin/detect-fw.sh

change the kernel with yours.

----------
elif which iptables >/dev/null 2>&1 && \
  test X"`uname -sr | cut -d. -f-2`" =3D X"*Linux 2.4*"; then
    FIREWALL=3Diptables
    FW_BIN=3Diptable
----------

B=FClent DALDAL
.. linux for life ..


On Wed, Apr 1, 2009 at 10:47 AM, ankit mandhani
<[email protected]>wrote:

> Dear sir,
> As soon as i try to run the make file...
> commands:
>
> $ make gateway
> Looking for gpgv...
> Checking for firewall compatibility: No supported firewalls detected! Che=
ck
> your path.
> Supported firewalls include: iptables, ipchains, ipf, pf.
> Can't seem to find supported firewall software. Check your path?
> make: *** [check_fw] Error 255
>
> In make file:
> check_fw:
>    @echo -n "Checking for firewall compatibility: "
>    *@bin/detect-fw.sh bin* || ( echo "Can't seem to find supported firewa=
ll
> software. Check your path?" && exit 255 )
>
> Can u explain me this peace of code in the make file..
> _______________________________________________
> NoCat mailing list
> [email protected]
> http://lists.nocat.net/mailman/listinfo/nocat
>