aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/utx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* pkgbase: Put accounting utilities in the acct packageEmmanuel Vadot2023-02-021-1/+1
| | | | (cherry picked from commit 0c6b2a91795167203f442a84aac2570397226e56)
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2022-01-051-0/+2
| | | | | | | | | | | Move some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime. This is everything needed to boot to multiuser with FreeBSD-rc installed. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33435 (cherry picked from commit 93c43690960274dd3bb67b1ee0f1dd3ca4d13def)
* Remove utxrm(8). This command has been superseded by 'utx rm'.Ed Schouten2013-11-031-3/+0
| | | | Notes: svn path=/head/; revision=257579
* Replace utxrm(8) by utx(8).Ed Schouten2012-02-111-0/+9
At first, I added a utility called utxrm(8) to remove stale entries from the user accounting database. It seems there are cases in which we need to perform different operations on the database as well. Simply rename utxrm(8) to utx(8) and place the old code under the "rm" command. In addition to "rm", this tool supports "boot" and "shutdown", which are going to be used by an rc-script which I am going to commit separately. Notes: svn path=/head/; revision=231530