git: installer(8): Remove unused and unfinished fn_select_services()

Aaron LI aly at crater.dragonflybsd.org
Mon Feb 23 23:29:55 PST 2026


commit b95a80383b5681c66615c5ba65d059a7be418b3f
Author: Aaron LI <aly at aaronly.me>
Date:   Thu Feb 19 19:39:22 2026 +0800

    installer(8): Remove unused and unfinished fn_select_services()
    
    This configuration function is intended for enable/disable services.
    However, it's unfinished (doesn't update rc.conf) and unused (i.e.,
    commented out in the form).  Even if we could fix them, it still needs
    to start/stop the changed services and to distinguish whether it's
    configuring the LiveCD environment or the target installed system.
    
    On the other hand, it's simple and effective to just edit rc.conf (after
    booting into the newly installed system) to achieve the purpose.  So
    simply remove this function to clean up the installer mess a bit.
    
    Discussed-with: swildner

Summary of changes:
 usr.sbin/installer/dfuibe_installer/flow.c         |  6 --
 usr.sbin/installer/dfuibe_installer/fn.h           |  1 -
 usr.sbin/installer/dfuibe_installer/fn_configure.c | 81 ----------------------
 3 files changed, 88 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list