From owner-cvs-src-old@FreeBSD.ORG Fri May 21 23:09:07 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA2B01065827 for ; Fri, 21 May 2010 23:09:07 +0000 (UTC) (envelope-from randi@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA7D8FC0C for ; Fri, 21 May 2010 23:09:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4LN9757014607 for ; Fri, 21 May 2010 23:09:07 GMT (envelope-from randi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4LN970Z014606 for cvs-src-old@freebsd.org; Fri, 21 May 2010 23:09:07 GMT (envelope-from randi@repoman.freebsd.org) Message-Id: <201005212309.o4LN970Z014606@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to randi@repoman.freebsd.org using -f From: Randi Harper Date: Fri, 21 May 2010 23:08:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/sysinstall tcpip.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 23:09:07 -0000 randi 2010-05-21 23:08:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/sysinstall tcpip.c Log: SVN rev 208406 on 2010-05-21 23:08:53Z by randi MFC r198317,206995: Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which results in the first ethernet interface with physical link being selected. Approved by: cperciva (mentor) Revision Changes Path 1.139.2.2 +75 -10 src/usr.sbin/sysinstall/tcpip.c