git: ef4b08a7ed17 - main - who: Move back to the utilities package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Sep 2025 22:06:59 UTC
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>