From owner-cvs-src Sat Mar 22 15: 3:24 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4FC37B401; Sat, 22 Mar 2003 15:03:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB5B43FAF; Sat, 22 Mar 2003 15:03:23 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2MN3M0U095153; Sat, 22 Mar 2003 15:03:22 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2MN3Mgn095152; Sat, 22 Mar 2003 15:03:22 -0800 (PST) Message-Id: <200303222303.h2MN3Mgn095152@repoman.freebsd.org> From: Martin Blapp Date: Sat, 22 Mar 2003 15:03:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall tcpip.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/03/22 15:03:22 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/sysinstall tcpip.c Log: MFC rev. 1.126 Explicitly release a existing lease before we start dhclient (again). If we already have a lease and restart sysinstall (or something with the net configuration goes wrong), we would have to reboot just because there is a dhclient hanging around. Approved by: Re (murray) Revision Changes Path 1.103.2.22 +2 -1 src/release/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message