aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-03-30 08:36:35 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-03-30 08:39:52 +0000
commit0cade55660917ecb3aff7a904759e1eb46772dab (patch)
tree450b4a60225d7cb616000f99c5c2c7ceb25cb48f
parent298b8f1cf0f45f65573d8cf5efd78cfccb44790a (diff)
downloadsrc-0cade55660917ecb3aff7a904759e1eb46772dab.tar.gz
src-0cade55660917ecb3aff7a904759e1eb46772dab.zip
pkgbase: Remove FreeBSD-ipfilter package
Put the periodic script for ipfilter in the FreeBSD-ipf package with all the utilities. PR: 278042 Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r--usr.sbin/periodic/etc/security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/periodic/etc/security/Makefile b/usr.sbin/periodic/etc/security/Makefile
index ddc51a672ae0..f70aa23a1445 100644
--- a/usr.sbin/periodic/etc/security/Makefile
+++ b/usr.sbin/periodic/etc/security/Makefile
@@ -24,7 +24,7 @@ DATAPACKAGE= periodic
CONFGROUPS+= IPFILTER
IPFILTER+= 510.ipfdenied
IPFILTER+= 610.ipf6denied
-IPFILTERPACKAGE= ipfilter
+IPFILTERPACKAGE= ipf
.endif
.if ${MK_IPFW} != "no"