Fix buglet in compiler

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4050 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-10 01:25:27 +00:00
parent 6e2efbe1f6
commit 20938a504a

View File

@ -2702,7 +2702,7 @@ if [ -f \${VARDIR}/proxyarp ]; then
[ -z "\$haveroute" -a -z "\$NOROUTE" ] && qt ip route del \$address dev \$interface [ -z "\$haveroute" -a -z "\$NOROUTE" ] && qt ip route del \$address dev \$interface
done < \${VARDIR}/proxyarp done < \${VARDIR}/proxyarp
rm -f ${VARDIR}/nat rm -f \${VARDIR}/nat
fi fi
for f in /proc/sys/net/ipv4/conf/*; do for f in /proc/sys/net/ipv4/conf/*; do
@ -8263,7 +8263,7 @@ __EOF__
[ -n "\$LOGFORMAT\" ] || LOGFORMAT="Shorewall:%s:%s:" [ -n "\$LOGFORMAT\" ] || LOGFORMAT="Shorewall:%s:%s:"
__EOF__ __EOF__
fi fi
cat >&3 << __EOF__ cat >&3 << __EOF__
RESTOREFILE="$RESTOREFILE" RESTOREFILE="$RESTOREFILE"
VERSION="$VERSION" VERSION="$VERSION"