bsdconfig: Move to -bsdconfig package

Now that rc.subr(8) no longer depends on sysrc(8), bsdconfig does not
need to be part of -utilities.  Move it to a -bsdconfig package.

Differential Revision:	https://reviews.freebsd.org/D51543
This commit is contained in:
Lexi Winter 2025-08-03 23:57:07 +01:00
parent 624b7beed5
commit 37056594f0
20 changed files with 29 additions and 0 deletions

View file

@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20250804:
bsdconfig (including sysrc(8)) has moved to the new bsdconfig
package. If you use pkgbase and wish to use bsdconfig, you should
install FreeBSD-bsdconfig.
20250730:
The usbhid(4) USB HID driver is now enabled by default, and will be
used in preference to other USB HID drivers like ukbd(4), ums(4), and

View file

@ -0,0 +1,5 @@
comment = "System configuration utility"
desc = <<EOD
bsdconfig(8) and bsdinstall(8) provide graphical interfaces to configure the
system and to install new instances of the system, e.g. to create jails.
EOD

View file

@ -1,5 +1,7 @@
.include <src.opts.mk>
PACKAGE= bsdconfig
SUBDIR= console \
diskmgmt \
docsinstall \

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
.include "../Makefile.inc"

View file

@ -0,0 +1 @@
.include "../Makefile.inc"

View file

@ -0,0 +1 @@
.include "../Makefile.inc"

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
.include "../Makefile.inc"

View file

@ -0,0 +1 @@
.include "../Makefile.inc"

View file

@ -0,0 +1 @@
.include "../Makefile.inc"

View file

@ -0,0 +1 @@
PACKAGE= bsdconfig

View file

@ -0,0 +1 @@
.include "../Makefile.inc"

View file

@ -1,5 +1,6 @@
.include <src.opts.mk>
PACKAGE= bsdconfig
SCRIPTS= sysrc
MAN= sysrc.8