aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-09-23 21:21:21 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-09-23 22:06:33 +0000
commitef4b08a7ed17b84b7d9c5b1dd4781bf4d90f90df (patch)
treeab006cc871afd462956ea69607353ff540211e8b
parenteb373ef459cd87dd9fcab63dc72f3e53c7493758 (diff)
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
-rw-r--r--usr.bin/who/Makefile1
1 files changed, 0 insertions, 1 deletions
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>