git: 0cade5566091 - main - pkgbase: Remove FreeBSD-ipfilter package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Mar 2024 08:40:01 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=0cade55660917ecb3aff7a904759e1eb46772dab commit 0cade55660917ecb3aff7a904759e1eb46772dab Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-03-30 08:36:35 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-03-30 08:39:52 +0000 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 --- usr.sbin/periodic/etc/security/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"