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:
Jose Luis Duran
2025-10-27 15:46:32 +00:00
parent b502a451cb
commit 79e374217d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#
# PROVIDE: blacklistd
# REQUIRE: netif pf
# REQUIRE: netif ipfilter ipfw pf
. /etc/rc.subr
Regular → Executable
+1 -1
View File
@@ -29,7 +29,7 @@
#
# PROVIDE: blocklistd
# REQUIRE: netif pf
# REQUIRE: netif ipfilter ipfw pf
. /etc/rc.subr