diff options
Diffstat (limited to 'libexec/blocklistd-helper')
-rw-r--r-- | libexec/blocklistd-helper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/blocklistd-helper b/libexec/blocklistd-helper index 2d0a89e8fb0e2..a5f239fd2c1cd 100644 --- a/libexec/blocklistd-helper +++ b/libexec/blocklistd-helper @@ -10,9 +10,9 @@ # $7 id pf= -if [ -f "/etc/ipfw-blacklist.rc" ]; then +if [ -f "/etc/ipfw-blocklist.rc" ]; then pf="ipfw" - . /etc/ipfw-blacklist.rc + . /etc/ipfw-blocklist.rc ipfw_offset=${ipfw_offset:-2000} fi |