blocklist: Fix rcorder(8)
The blocklist daemon depends on a packet filter in order to block. Add all supported packet filters to the REQUIRE line, not just pf, to indicate rcorder(8) that it should start after the packet filter service has started. While here, change the mode of the rc file to include the executable bit, just like the rest of the files in the rc.d source directory. Reviewed by: 0mp MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D53364
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: blacklistd
|
||||
# REQUIRE: netif pf
|
||||
# REQUIRE: netif ipfilter ipfw pf
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
||||
Regular → Executable
+1
-1
@@ -29,7 +29,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: blocklistd
|
||||
# REQUIRE: netif pf
|
||||
# REQUIRE: netif ipfilter ipfw pf
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user