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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -1,5 +1,7 @@
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= bsdconfig
|
||||
|
||||
SUBDIR= console \
|
||||
diskmgmt \
|
||||
docsinstall \
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
.include "../Makefile.inc"
|
||||
@@ -0,0 +1 @@
|
||||
.include "../Makefile.inc"
|
||||
@@ -0,0 +1 @@
|
||||
.include "../Makefile.inc"
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
.include "../Makefile.inc"
|
||||
@@ -0,0 +1 @@
|
||||
.include "../Makefile.inc"
|
||||
@@ -0,0 +1 @@
|
||||
.include "../Makefile.inc"
|
||||
@@ -0,0 +1 @@
|
||||
PACKAGE= bsdconfig
|
||||
@@ -0,0 +1 @@
|
||||
.include "../Makefile.inc"
|
||||
@@ -1,5 +1,6 @@
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= bsdconfig
|
||||
SCRIPTS= sysrc
|
||||
|
||||
MAN= sysrc.8
|
||||
|
||||
Reference in New Issue
Block a user