<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in netconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>6368aa66 - bsdinstall: Drop Error from title in netconfig no interfaces dialog</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#6368aa66</link>
        <description>bsdinstall: Drop Error from title in netconfig no interfaces dialogThis isn&apos;t inherently an error. It is if you&apos;re attempting to downloaddist tarballs or later install packages, but a FreeBSD system with noNIC is a reasonable setup to have, especially in a throwaway VM setting,so we shouldn&apos;t say it is one.Leaving the exit code as 1 is still fine, since auto will ignore it, andavoids breaking other uses.MFC after:	1 week(cherry picked from commit 7414d14bd51d8378057bbe952c2715b9f32d1d3e)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Sat, 03 Feb 2024 01:52:53 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aaf4d3f3 - bsdinstall: Fix netconfig script when no interfaces are present</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#aaf4d3f3</link>
        <description>bsdinstall: Fix netconfig script when no interfaces are presentThe script uses [ -z &quot;$INTERFACES&quot; ] to check if the list of interfacesis empty and will exit early if so, but INTERFACES always contains atleast a space due to the way it appends the list of wireless devices.Fix this by only adding the space when there are devices to append,mirroring the behaviour for non-wireless devices above (both will resultin a redundant leading space when the list is non-empty, but that one isharmless).Fixes:		159ca5c844cd (&quot;Adapt to new wireless scheme where base wlan interfaces do not show up in ifconfig anymore.&quot;)MFC after:	1 week(cherry picked from commit b809c7d6a26924ac351e49a15011da718cc3feec)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Sat, 03 Feb 2024 01:52:37 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc42ef53 - bsdinstall: allow whitelabeling the scripts</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#cc42ef53</link>
        <description>bsdinstall: allow whitelabeling the scriptsApproved by:		allanjude, asicilianoDifferential Revision:	https://reviews.freebsd.org/D35197Sponsored by:		Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Tue, 24 May 2022 15:49:06 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6833ac67 - bsdinstall netconfig: Replace dialog(1) with bsddialog(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#6833ac67</link>
        <description>bsdinstall netconfig: Replace dialog(1) with bsddialog(1)Replace (LGPL) dialog(1) with (BSD-2-Clause) bsddialog(1).Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34682

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Sat, 02 Apr 2022 19:29:37 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>159ca5c8 - Adapt to new wireless scheme where base wlan interfaces do not show up in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#159ca5c8</link>
        <description>Adapt to new wireless scheme where base wlan interfaces do not show up inifconfig anymore.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Sun, 06 Dec 2015 00:20:45 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bce09b12 - Incorporate PR bin/161547 to detect when an interface is wireless.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#bce09b12</link>
        <description>Incorporate PR bin/161547 to detect when an interface is wireless.Patch from PR modified slightly for whitespace and style.PR:		bin/161547Submitted by:	Warren Block &lt;wblock@wonkity.com&gt;Reviewed by:	Allan Jude &lt;freebsd@allanjude.com&gt;Approved by:	re (glebius)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Fri, 11 Oct 2013 21:12:48 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41f2f866 - Provide an error message and error handling if there are no network</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#41f2f866</link>
        <description>Provide an error message and error handling if there are no networkinterfaces in the system. This is a non-fatal error except when doing anetwork installation.PR:		bin/161950MFC after:	3 days

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Tue, 25 Oct 2011 16:35:48 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>092b5f7c - Correct a typo.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#092b5f7c</link>
        <description>Correct a typo.Submitted by:	gcooperReviewed by:	nwhitehornApproved by:	re (kib)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Wed, 07 Sep 2011 00:48:58 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ab173de - Fix resolv.conf search list creation:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#9ab173de</link>
        <description>Fix resolv.conf search list creation:1) do not print out an empty &quot;search &quot;, things do not like it.2) the search list is not comma separated.Sponsored by:	The FreeBSD FoundationSponsored by:	iXsystems

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Sat, 04 Jun 2011 12:51:22 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d63d020e - Write the multi step netconfig to a temporary file and only move that</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#d63d020e</link>
        <description>Write the multi step netconfig to a temporary file and only move thatto the final name if netconfig was completely finished.  This fixesreentrance problems even better than r222611.Suggested by:	nwhitehornReviewed by:	nwhitehornSponsored by:	The FreeBSD FoundationSponsored by:	iXsystems

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Thu, 02 Jun 2011 14:25:27 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0cdc181 - Empty the network configuration only after the user decided to pick an</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#f0cdc181</link>
        <description>Empty the network configuration only after the user decided to pick aninterface.  Otherwise an accidental start of the netowrk configurationand immediate cancel after the install has finished removes the previouslyconfigured settings.Discussed with:	nwhitehornSponsored by:	The FreeBSD FoundationSponsored by:	iXsystems

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Thu, 02 Jun 2011 14:08:50 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7986af23 - Split netconfig into three parts:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#7986af23</link>
        <description>Split netconfig into three parts:- netconfig - what auto will call which in turn will check for  IPv4 and IPv6 to be available and ask the user to configure it  by calling- netconfig_ipv4 doing DHCP and static IPv4 addresses, and- netconfig_ipv6 doing rtsol and static IPv6 addresses,and then checking, querying and updating resolv.conf upon return.Both DHCP and rtsol (in the future) might update resolv.conf already sowe seed ourselves from that file if available.Reviewed by:	nwhitehornSponsored by:	The FreeBSD FoundationSponsored by:	iXsystems

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Sun, 29 May 2011 21:24:20 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2118f387 - Import bsdinstall. This is meant to be (eventually in conjunction with</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig#2118f387</link>
        <description>Import bsdinstall. This is meant to be (eventually in conjunction withpc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond.Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, andpowerpc64. Integration into the build system will occur in the comingweeks.Merging with pc-sysinstall will use this code as a frontend, whiletemporarily retaining the interactive partition editor here. This workwill be done in parallel with improvements on this code and releaseintegration.Thanks to all who have provided testing and comments!

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/scripts/netconfig</description>
        <pubDate>Fri, 18 Feb 2011 14:54:34 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
