From a7bddd94f984182814a2a609f1906677fe750fd1 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 10 Oct 2004 21:54:14 +0000 Subject: [PATCH] Fix typo in /sbin/shorewall git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1673 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/shorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall2/shorewall b/Shorewall2/shorewall index 7de91b39b..ab4813b19 100755 --- a/Shorewall2/shorewall +++ b/Shorewall2/shorewall @@ -870,7 +870,7 @@ case "$1" in [ $# -gt 2 ] && usage 1 echo "Shorewall-$version Connections at $HOSTNAME - $(date)" echo - cat /pro/net/ip_conntrack + cat /proc/net/ip_conntrack ;; nat) [ $# -gt 2 ] && usage 1