summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ipfilter
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/ipfilter')
-rwxr-xr-xetc/rc.d/ipfilter2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ipfilter b/etc/rc.d/ipfilter
index 4fb17fc..170dc85 100755
--- a/etc/rc.d/ipfilter
+++ b/etc/rc.d/ipfilter
@@ -29,7 +29,7 @@ extra_commands="reload resync status"
ipfilter_loaded()
{
- if ! kldstat -v | grep "IP Filter" > /dev/null 2>&1; then
+ if ! kldstat -v | grep "ipfilter$" > /dev/null 2>&1; then
return 1
else
return 0
OpenPOWER on IntegriCloud