pkgbase: Put resolvconf in its own package

It doesn't really make sense to have it in runtime and let's not
bloat utilities more.

Differential Revision:	https://reviews.freebsd.org/D36223
This commit is contained in:
Emmanuel Vadot 2022-07-22 10:01:59 +02:00
parent ab4bd66752
commit 6987b552dd
2 changed files with 3 additions and 1 deletions

View File

@ -107,6 +107,8 @@ rdma_COMMENT= RDMA Utilities
rdma_DESC= RDMA Utilities
rescue_COMMENT= Rescue Utilities
rescue_DESC= Rescue Utilities
resolvconf_COMMENT= Resolvconf Utility and scripts
resolvconf_DESC= Resolvconf Utility and scripts
runtime_COMMENT= FreeBSD Base System
runtime_DESC= FreeBSD Base System
runtime-debug_DESCR= Debugging Symbols

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=resolvconf
DIST= ${SRCTOP}/contrib/openresolv
.PATH: ${DIST}