git: DragonFly_RELEASE_6_4 installer(8): Improve config_vars_read() to support CONFIG_TYPE_RESOLV

Aaron LI aly at crater.dragonflybsd.org
Tue Feb 24 03:38:37 PST 2026


commit ef906616c6e92149bcff3ce615a4ca022a0476a2
Author: Aaron LI <aly at aaronly.me>
Date:   Thu Feb 19 12:56:15 2026 +0800

    installer(8): Improve config_vars_read() to support CONFIG_TYPE_RESOLV
    
    The config_vars_read() function previously only supported CONFIG_TYPE_SH
    and ignored CONFIG_TYPE_RESOLV that's supported by config_vars_write().
    Add the CONFIG_TYPE_RESOLV file support to config_vars_read().  This
    change is required in later commits that improve/simplify the
    installation flow.

Summary of changes:
 usr.sbin/installer/libinstaller/confed.c | 116 ++++++++++++++++++++++++++-----
 1 file changed, 99 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ef906616c6e92149bcff3ce615a4ca022a0476a2


-- 
DragonFly BSD source repository


More information about the Commits mailing list