mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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:
parent
624b7beed5
commit
37056594f0
20 changed files with 29 additions and 0 deletions
5
UPDATING
5
UPDATING
|
|
@ -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
|
||||
|
|
|
|||
5
release/packages/ucl/bsdconfig-all.ucl
Normal file
5
release/packages/ucl/bsdconfig-all.ucl
Normal 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
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= bsdconfig
|
||||
|
||||
SUBDIR= console \
|
||||
diskmgmt \
|
||||
docsinstall \
|
||||
|
|
|
|||
1
usr.sbin/bsdconfig/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/console/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/console/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/diskmgmt/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/diskmgmt/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/docsinstall/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/docsinstall/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/dot/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/dot/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/includes/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/includes/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/mouse/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/mouse/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/networking/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/networking/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
.include "../Makefile.inc"
|
||||
1
usr.sbin/bsdconfig/packages/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/packages/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
.include "../Makefile.inc"
|
||||
1
usr.sbin/bsdconfig/password/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/password/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
.include "../Makefile.inc"
|
||||
1
usr.sbin/bsdconfig/security/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/security/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/share/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/share/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
.include "../Makefile.inc"
|
||||
1
usr.sbin/bsdconfig/startup/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/startup/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
.include "../Makefile.inc"
|
||||
1
usr.sbin/bsdconfig/timezone/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/timezone/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
.include "../Makefile.inc"
|
||||
1
usr.sbin/bsdconfig/ttys/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/ttys/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
PACKAGE= bsdconfig
|
||||
1
usr.sbin/bsdconfig/usermgmt/Makefile.inc
Normal file
1
usr.sbin/bsdconfig/usermgmt/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
.include "../Makefile.inc"
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= bsdconfig
|
||||
SCRIPTS= sysrc
|
||||
|
||||
MAN= sysrc.8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue