Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2025 15:39:46 GMT
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b7ddf9fe9966 - main - tftp-proxy: move to the pf package
Message-ID:  <202505051539.545Fdkbf097367@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=b7ddf9fe9966a092999c7d94bd05aab957e726c6

commit b7ddf9fe9966a092999c7d94bd05aab957e726c6
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-05-05 15:21:56 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-05-05 15:39:25 +0000

    tftp-proxy: move to the pf package
    
    tftp-proxy is part of pf and isn't useful without it, so move it to the
    pf package (where its friend ftp-proxy already lives).
    
    Reviewed by:    manu, kp, des, emaste
    Approved by:    des (mentor)
    Differential Revision:  https://reviews.freebsd.org/D50145
---
 libexec/tftp-proxy/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libexec/tftp-proxy/Makefile b/libexec/tftp-proxy/Makefile
index 9b28b2d8aa4b..98b3b3e6ab78 100644
--- a/libexec/tftp-proxy/Makefile
+++ b/libexec/tftp-proxy/Makefile
@@ -1,5 +1,6 @@
 .PATH:	${SRCTOP}/contrib/pf/tftp-proxy
 
+PACKAGE= pf
 PROG=	tftp-proxy
 SRCS=	tftp-proxy.c filter.c
 MAN=	tftp-proxy.8



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