From owner-cvs-src-old@FreeBSD.ORG Thu Jun 2 14:25:41 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 59BAC1065674 for ; Thu, 2 Jun 2011 14:25:41 +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 48FF68FC15 for ; Thu, 2 Jun 2011 14:25:41 +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 p52EPfUV025997 for ; Thu, 2 Jun 2011 14:25:41 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p52EPfe8025996 for cvs-src-old@freebsd.org; Thu, 2 Jun 2011 14:25:41 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201106021425.p52EPfe8025996@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:25:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsdinstall/scripts netconfig netconfig_ipv4 netconfig_ipv6 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:25:41 -0000 bz 2011-06-02 14:25:27 UTC FreeBSD src repository Modified files: usr.sbin/bsdinstall/scripts netconfig netconfig_ipv4 netconfig_ipv6 Log: SVN rev 222619 on 2011-06-02 14:25:27Z by bz Write the multi step netconfig to a temporary file and only move that to the final name if netconfig was completely finished. This fixes reentrance problems even better than r222611. Suggested by: nwhitehorn Reviewed by: nwhitehorn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems Revision Changes Path 1.4 +4 -3 src/usr.sbin/bsdinstall/scripts/netconfig 1.2 +3 -3 src/usr.sbin/bsdinstall/scripts/netconfig_ipv4 1.4 +3 -3 src/usr.sbin/bsdinstall/scripts/netconfig_ipv6