mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
move ch{own,grp}(8) and tee(1) to FreeBSD-runtime
chown and chgrp are almost essential for system management; in particular, a lot of rc.d scripts rely on them. tee is quite commonly used in shell scripts, and is small enough that there's no real need for it to be in -utilities. PR: 287014 Reviewed by: dch, manu, des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50497
This commit is contained in:
parent
06c41801af
commit
2d6c5614aa
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= runtime
|
||||
PROG= tee
|
||||
|
||||
HAS_TESTS=
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= runtime
|
||||
PROG= chown
|
||||
LINKS= ${BINDIR}/chown /usr/bin/chgrp
|
||||
MAN= chgrp.1 chown.8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue