NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/35066: sysinst should save media options in an ifconfig.if(5) file
The following reply was made to PR install/35066; it has been noted by GNATS.
From: Julian Djamil Fagir <gnrp%komkon2.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: install/35066: sysinst should save media options in an
ifconfig.if(5) file
Date: Fri, 24 Feb 2012 22:14:49 +0100
--Sig_/ZJE2aCb=lsXFco0Kq=q3j9D
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Hi,
in current, this should be fixed, see distrib/util/sysinst/net.c:
1153 if (*net_media !=3D '\0')
1154 scripting_fprintf(ifconf,
1155 "%s netmask %s media %s\n",
1156 net_ip, net_mask, net_media);
1157 else
1158 scripting_fprintf(ifconf, "%s netmask %s\n",
1159 net_ip, net_mask);
Isn't it?
Regards, Julian
--Sig_/ZJE2aCb=lsXFco0Kq=q3j9D
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAk9H/ckACgkQc7h7cu1Hpp6toQCggADUjNlNR3ogp6YlPoAzxt5D
MS4An1cAt+kL5AqTCiV+fZEnRrmEgxlC
=U8mv
-----END PGP SIGNATURE-----
--Sig_/ZJE2aCb=lsXFco0Kq=q3j9D--
Home |
Main Index |
Thread Index |
Old Index