Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2024 08:40:01 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0cade5566091 - main - pkgbase: Remove FreeBSD-ipfilter package
Message-ID:  <202403300840.42U8e1JP044140@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403300840.42U8e1JP044140>