git: f100dddd8c51 - stable/15 - who: Move back to the utilities package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Sep 2025 01:01:32 UTC
The branch stable/15 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=f100dddd8c51e24497175f5026df8d28306017a1 commit f100dddd8c51e24497175f5026df8d28306017a1 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-09-23 21:21:21 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-09-25 01:00:40 +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 (cherry picked from commit ef4b08a7ed17b84b7d9c5b1dd4781bf4d90f90df) --- 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>