aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/ipfw2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ipfw b/etc/rc.d/ipfw
index 5418fd98b97f..e88c0d8f3b47 100644
--- a/etc/rc.d/ipfw
+++ b/etc/rc.d/ipfw
@@ -41,7 +41,7 @@ ipfw_start()
fi
. "${firewall_script}"
echo -n 'Firewall rules loaded'
- elif [ "`ipfw l 65535`" = "65535 deny ip from any to any" ]; then
+ elif [ "`ipfw list 65535`" = "65535 deny ip from any to any" ]; then
echo 'Warning: kernel has firewall functionality, but' \
' firewall rules are not enabled.'
echo ' All ip services are disabled.'