From owner-cvs-all Wed Sep 5 1:10:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 493C837B403; Wed, 5 Sep 2001 01:10:04 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f858A4K66237; Wed, 5 Sep 2001 01:10:04 -0700 (PDT) (envelope-from murray) Message-Id: <200109050810.f858A4K66237@freefall.freebsd.org> From: Murray Stokely Date: Wed, 5 Sep 2001 01:10:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall tcpip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/05 01:10:04 PDT Modified files: usr.sbin/sysinstall tcpip.c Log: Allow network device name to be given on the command line in the interactive case. This already works for non-interactive installs, but at least one user thinks it would be useful and it certainly seems more correct to allow it here as well. So, this will now work : # sysinstall netDev=fxp0 tcpMenuSelect PR: bin/30229 Submitted by: Mikhail Teterin Revision Changes Path 1.119 +2 -2 src/usr.sbin/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message