diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-23 22:21:21 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-25 02:00:40 +0100 |
| commit | f100dddd8c51e24497175f5026df8d28306017a1 (patch) | |
| tree | 550d66329a462ace1089f12d72d2919b8c66afcd /usr.bin | |
| parent | 9b11dacb95d8239320814e7d46234e8e9f66393e (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
(cherry picked from commit ef4b08a7ed17b84b7d9c5b1dd4781bf4d90f90df)
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/who/Makefile | 1 |
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> |
