From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 14:46:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3226316A4CE for ; Fri, 20 Feb 2004 14:46:55 -0800 (PST) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [206.29.169.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BF443D2D for ; Fri, 20 Feb 2004 14:46:51 -0800 (PST) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.12.10/8.12.10) with ESMTP id i1KMkcpm023731; Fri, 20 Feb 2004 14:46:42 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.12.10/8.12.10/Submit) id i1KMkcjU023730; Fri, 20 Feb 2004 14:46:38 -0800 (PST) (envelope-from james) Date: Fri, 20 Feb 2004 14:46:37 -0800 From: James Long To: Duane Winner Message-ID: <20040220224637.GA23709@ns.museum.rain.com> References: <1077242095.304.9.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1077242095.304.9.camel@localhost> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on ns.museum.rain.com cc: freebsd-questions Subject: Re: method to test for link before dhclient at boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 22:46:55 -0000 On Thu, Feb 19, 2004 at 08:54:55PM -0500, Duane Winner wrote: > > I'm wondering if anybody knows a technique for this problem: > > I > want the boot process to bypass DHCP so that it will boot faster Have you tried putting dhclient_flags="-1" in /etc/rc.conf ? That should accomplish much of what you want, without a lot of futzing.