[Bug 212396] Dual ifconfig DHCP created entries in rc.conf from bsdinstall

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 13 Oct 2023 16:49:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212396

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=60b37735f305e72e67695ead029e59ea29b2bc29

commit 60b37735f305e72e67695ead029e59ea29b2bc29
Author:     Pierre Pronchery <pierre@freebsdfoundation.org>
AuthorDate: 2023-10-13 15:45:19 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-10-13 16:45:54 +0000

    bsdinstall netconfig: avoid duplicate entries in rc.conf

    This uses sysrc to write and update configuration variables in the
    temporary configuration file for network access, ._rc.conf.net. This
    replaces the previous mechanism, which was simply appending new values
    as they were updated.

    PR:             212396
    Reviewed by:    emaste
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D42194

 usr.sbin/bsdinstall/scripts/netconfig      | 4 ++--
 usr.sbin/bsdinstall/scripts/netconfig_ipv4 | 2 +-
 usr.sbin/bsdinstall/scripts/netconfig_ipv6 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.