From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:57:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13AD016A41C; Mon, 11 Jul 2005 03:57:05 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C837643D4C; Mon, 11 Jul 2005 03:57:04 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3v4ri061072; Mon, 11 Jul 2005 03:57:04 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3v4PQ061071; Mon, 11 Jul 2005 03:57:04 GMT (envelope-from scottl) Message-Id: <200507110357.j6B3v4PQ061071@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 03:57:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall tcpip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 03:57:05 -0000 scottl 2005-07-11 03:57:04 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall tcpip.c Log: Adapt sysinstall to the new dhclient. This includes explicitely telling it about the lease file location and not invoking it with the (non-existant) '-r' option. Releasing leases works vastly different now, so this isn't needed. Submitted by: sam Approved by: re Revision Changes Path 1.132 +9 -3 src/usr.sbin/sysinstall/tcpip.c