From owner-cvs-src-old@FreeBSD.ORG Thu Jun 2 14:09:09 2011 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 7267E1065677 for ; Thu, 2 Jun 2011 14:09:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 625C28FC1E for ; Thu, 2 Jun 2011 14:09:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p52E99gd024434 for ; Thu, 2 Jun 2011 14:09:09 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p52E99Qn024433 for cvs-src-old@freebsd.org; Thu, 2 Jun 2011 14:09:09 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201106021409.p52E99Qn024433@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Thu, 2 Jun 2011 14:08:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsdinstall/scripts netconfig 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: Thu, 02 Jun 2011 14:09:09 -0000 bz 2011-06-02 14:08:50 UTC FreeBSD src repository Modified files: usr.sbin/bsdinstall/scripts netconfig Log: SVN rev 222611 on 2011-06-02 14:08:50Z by bz Empty the network configuration only after the user decided to pick an interface. Otherwise an accidental start of the netowrk configuration and immediate cancel after the install has finished removes the previously configured settings. Discussed with: nwhitehorn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems Revision Changes Path 1.3 +2 -2 src/usr.sbin/bsdinstall/scripts/netconfig