git: 2057bf194a3e - stable/14 - pkgbase: Remove FreeBSD-ipfilter package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jun 2024 11:36:50 UTC
The branch stable/14 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=2057bf194a3ed741dca305acad395230565c0a2f
commit 2057bf194a3ed741dca305acad395230565c0a2f
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-03-30 08:36:35 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-06-04 11:36:24 +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
(cherry picked from commit 0cade55660917ecb3aff7a904759e1eb46772dab)
---
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"