On Sat, 2007-09-08 at 18:08 +0100, Andrew Suffield wrote:
> On Sat, Sep 08, 2007 at 08:31:47AM -0700, Tom Eastep wrote:
> > The lines of shell code leading up to the error should have been the
> > following:
> >
> > IPTABLES="/sbin/iptables"
> >
> > [ -x "$IPTABLES" ] || startup_error "IPTABLES=$IPTABLES does not exist
> > or is not executable"
> > IPTABLES_RESTORE=${IPTABLES}-restore
> > [ -x "$IPTABLES_RESTORE" ] || startup_error "$IPTABLES_RESTORE does not
> > exist or is not executable"
> >
> >
> > Pretty hard to understand how that could go wrong unless the final '-x'
> > test was returning a false value.
>
> There's also a direct call to iptables-restore (not $IPTABLES_RESTORE)
> in Shorewall::Compiler - I can't see how that's relevant, but it looks
> wrong.Corrected. Thanks, -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ [EMAIL PROTECTED] PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
