From 0cac68326af062f8575f7ce6a8c70942b596eae7 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 10 Jun 2006 15:33:36 +0000 Subject: [PATCH] Correct typo in the compiler git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4057 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index a2391f837..89fef02cd 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -2702,7 +2702,7 @@ if [ -f \${VARDIR}/proxyarp ]; then [ -z "\$haveroute" -a -z "\$NOROUTE" ] && qt ip route del \$address dev \$interface done < \${VARDIR}/proxyarp - rm -f \${VARDIR}/nat + rm -f \${VARDIR}/proxyarp fi for f in /proc/sys/net/ipv4/conf/*; do