Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2025 22:06:59 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: ef4b08a7ed17 - main - who: Move back to the utilities package
Message-ID:  <202509232206.58NM6xPE043328@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=ef4b08a7ed17b84b7d9c5b1dd4781bf4d90f90df

commit ef4b08a7ed17b84b7d9c5b1dd4781bf4d90f90df
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-23 21:21:21 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-23 22:06:33 +0000

    who: Move back to the utilities package
    
    This was moved to -acct along with the rest of the accounting tools.
    While it does work with accounting data, it's also a core Unix tool
    that users would expect to be installed without having to install
    the whole accounting system.
    
    Move it back to -utilities, which is also where w(1) lives.
    
    MFC after:      1 day
    Reviewed by:    manu
    Differential Revision:  https://reviews.freebsd.org/D52653
---
 usr.bin/who/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile
index 77626f51824a..c7c455d5261c 100644
--- a/usr.bin/who/Makefile
+++ b/usr.bin/who/Makefile
@@ -1,4 +1,3 @@
 PROG=	who
-PACKAGE=	acct
 
 .include <bsd.prog.mk>



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