Date: Mon, 29 Apr 2024 04:34:25 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0c0a2110f196 - main - package: move authpf into the FreeBSD-pf package Message-ID: <202404290434.43T4YPHN061435@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=0c0a2110f196011e083b6e392c6d6a0a1893eebb commit 0c0a2110f196011e083b6e392c6d6a0a1893eebb Author: Lexi Winter <lexi@le-Fay.ORG> AuthorDate: 2024-04-29 04:31:02 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-04-29 04:33:02 +0000 package: move authpf into the FreeBSD-pf package Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1198 --- usr.sbin/authpf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index aa6c6e1058a5..44cd1838af7f 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,6 +1,7 @@ .PATH: ${SRCTOP}/contrib/pf/authpf +PACKAGE=pf PROG= authpf MAN= authpf.8 BINOWN= root
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404290434.43T4YPHN061435>