From owner-svn-src-stable@FreeBSD.ORG Sun Mar 3 09:21:19 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4FA6DBB5; Sun, 3 Mar 2013 09:21:19 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 370DCC1E; Sun, 3 Mar 2013 09:21:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r239LJXC070439; Sun, 3 Mar 2013 09:21:19 GMT (envelope-from dteske@svn.freebsd.org) Received: (from dteske@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r239LJ4d070437; Sun, 3 Mar 2013 09:21:19 GMT (envelope-from dteske@svn.freebsd.org) Message-Id: <201303030921.r239LJ4d070437@svn.freebsd.org> From: Devin Teske Date: Sun, 3 Mar 2013 09:21:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r247702 - stable/8/usr.sbin/sysinstall X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 09:21:19 -0000 Author: dteske Date: Sun Mar 3 09:21:18 2013 New Revision: 247702 URL: http://svnweb.freebsd.org/changeset/base/247702 Log: MFS 9->8 r209481: Update the man page to reflect the changes to the netDev configuration variable. Approved by: cperciva MFS 9->8 r209446: Remove unnecessarily inflammatory commentary. Approved by: cperciva Modified: stable/8/usr.sbin/sysinstall/sysinstall.8 Modified: stable/8/usr.sbin/sysinstall/sysinstall.8 ============================================================================== --- stable/8/usr.sbin/sysinstall/sysinstall.8 Sun Mar 3 09:18:15 2013 (r247701) +++ stable/8/usr.sbin/sysinstall/sysinstall.8 Sun Mar 3 09:21:18 2013 (r247702) @@ -642,12 +642,10 @@ The domain name of the host being instal .It defaultrouter The default router for this host (non-optional). .It netDev -Which host interface to use -.Ar ( ed0 -or -.Ar ep0 , -for example. -Non-optional). +Which network interface to use. +Multiple network interfaces may be specified using a comma delimited list. +If netDev is set to ANY, all available network interfaces will be probed and the +first interface found to have a link will be used. (non-optional). .It netInteractive If set, bring up the interactive network setup form even if all relevant configuration variables are already set (optional). @@ -900,8 +898,5 @@ and .Xr bsdlabel 8 for these tasks. .Pp -This utility is a prototype which lasted several years past -its expiration date and is greatly in need of death. -.Pp There are a (great) number of undocumented variables. UTSL.