From 4c1a82cea504df7a79f5bd8f7d0a41cacccff16e Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 5 Sep 2019 14:15:47 +0000 Subject: pkgbase: Create a FreeBSD-utilities package and make it the default one The default package use to be FreeBSD-runtime but it should only contain binaries and libs enough to boot to single user and repair the system, it is also very handy to have a package that can be tranform to a small mfsroot. So create a new package named FreeBSD-utilities and make it the default one. Also move a few binaries and lib into this package when it make sense. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21506 --- release/packages/Makefile.package | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release/packages') diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index 03c7815231aa..ee48bdb47534 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -84,6 +84,8 @@ tests_COMMENT= Test Suite tests_DESC= Test Suite unbound_COMMENT= Unbound DNS Resolver unbound_DESC= Unbound DNS Resolver +utilities_COMMENT= Non-vital programs and librairies +utilities_DESC= Non-vital programs and librairies vi_COMMENT= Vi Editor vi_DESC= Vi Editor wpa_COMMENT= 802.11 Supplicant -- cgit v1.2.3