The branch stable/13 has been updated by dfr:

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

commit 2dfa77ed705158bb8f6f66a8f262d40a1d5617b0
Author:     Doug Rabson <[email protected]>
AuthorDate: 2022-05-30 13:22:08 +0000
Commit:     Doug Rabson <[email protected]>
CommitDate: 2022-06-13 10:03:52 +0000

    pkgbase: Move pw to the runtime package
    
    This allows building a container image with enough functionality for
    downloading and installing packages without having to include the
    utilities package.
    
    Reviewed by: manu
    MFC after:   2 weeks
    
    (cherry picked from commit 5e9c888a7ac014f81bcf369ff3d38690d51545ee)
---
 usr.sbin/pw/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index 353eac132c7d..d994c289a04c 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PACKAGE= runtime
 PROG=  pw
 MAN=   pw.conf.5 pw.8
 SRCS=  pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \

Reply via email to