Date: Thu, 28 Jul 2011 03:03:19 +0000 From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: "Bjoern A. Zeeb" <bz@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r224470 - head/usr.sbin/bsdinstall/scripts Message-ID: <F59CAC8D-7406-407C-9B62-D1D60B645360@FreeBSD.org> In-Reply-To: <201107280301.p6S31MlL082765@svn.freebsd.org> References: <201107280301.p6S31MlL082765@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 28, 2011, at 3:01 AM, Bjoern A. Zeeb wrote: Please not that HEAD is not open for other approved commits before BETA1 was publicly announced! So in case you have re@ approval already you must not yet commit! Sorry for the IPv4 problem, but it makes me wonder how many people are actually testing and using the new installer? /bz > Author: bz > Date: Thu Jul 28 03:01:22 2011 > New Revision: 224470 > URL: http://svn.freebsd.org/changeset/base/224470 >=20 > Log: > To inet or not two inet. Unbreak static IPv4 configuration. If you = tried > you were stuck in an endless loop. >=20 > Reported by: kensmith > Approved by: re (kib) for BETA1 > Pointy hat to: bz - wonder why I had not tested legacy IP = thoroughly.. >=20 > Modified: > head/usr.sbin/bsdinstall/scripts/netconfig_ipv4 >=20 > Modified: head/usr.sbin/bsdinstall/scripts/netconfig_ipv4 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/usr.sbin/bsdinstall/scripts/netconfig_ipv4 Wed Jul 27 = 22:54:40 2011 (r224469) > +++ head/usr.sbin/bsdinstall/scripts/netconfig_ipv4 Thu Jul 28 = 03:01:22 2011 (r224470) > @@ -78,7 +78,7 @@ echo $INTERFACE $IF_CONFIG |=20 >=20 > if [ ! -z $BSDINSTALL_CONFIGCURRENT ]; then > . $BSDINSTALL_TMPETC/._rc.conf.net > - ifconfig $INTERFACE inet `eval echo \\\$ifconfig_$INTERFACE` > + ifconfig $INTERFACE `eval echo \\\$ifconfig_$INTERFACE` > route delete -inet default > route add -inet default $defaultrouter > fi --=20 Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F59CAC8D-7406-407C-9B62-D1D60B645360>