git: 0c6b2a917951 - main - pkgbase: Put accounting utilities in the acct package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Aug 2022 19:16:08 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=0c6b2a91795167203f442a84aac2570397226e56 commit 0c6b2a91795167203f442a84aac2570397226e56 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-07-21 15:09:34 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-08-16 19:15:19 +0000 pkgbase: Put accounting utilities in the acct package --- usr.bin/last/Makefile | 1 + usr.bin/users/Makefile | 1 + usr.bin/who/Makefile | 1 + usr.sbin/ac/Makefile | 1 + usr.sbin/lastlogin/Makefile | 1 + usr.sbin/utx/Makefile | 2 +- 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index 3edb032fd6c0..61a3be7ca7ac 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= last +PACKAGE= acct LIBADD= xo NO_WFORMAT= diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile index ba990f890717..c1eef9c7b487 100644 --- a/usr.bin/users/Makefile +++ b/usr.bin/users/Makefile @@ -3,6 +3,7 @@ WARNS?= 3 PROG_CXX= users +PACKAGE= acct CXXFLAGS+= -fno-rtti .include <bsd.prog.mk> diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile index 0478d73071a3..7065ebbd6f15 100644 --- a/usr.bin/who/Makefile +++ b/usr.bin/who/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= who +PACKAGE= acct .include <bsd.prog.mk> diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile index 0fac2fbdbab9..daade986de91 100644 --- a/usr.sbin/ac/Makefile +++ b/usr.sbin/ac/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= ac +PACKAGE= acct MAN= ac.8 # If "CONSOLE_TTY" is not defined, this program is compatible with the diff --git a/usr.sbin/lastlogin/Makefile b/usr.sbin/lastlogin/Makefile index 7fe146ffd492..14a4cc03b5d7 100644 --- a/usr.sbin/lastlogin/Makefile +++ b/usr.sbin/lastlogin/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= lastlogin +PACKAGE= acct MAN= lastlogin.8 LIBADD= xo diff --git a/usr.sbin/utx/Makefile b/usr.sbin/utx/Makefile index 8177d3fe7832..c7710b2a6fcb 100644 --- a/usr.sbin/utx/Makefile +++ b/usr.sbin/utx/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PACKAGE= runtime +PACKAGE= acct PROG= utx MAN= utx.8