From owner-freebsd-current@FreeBSD.ORG Wed Jun 4 08:38:53 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36831106567E; Wed, 4 Jun 2008 08:38:53 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id A5F428FC1B; Wed, 4 Jun 2008 08:38:52 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m548coEE000944; Wed, 4 Jun 2008 12:38:50 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1212568731; bh=jV4kRK7Vr4NUhT/PX2H69KQOxSHR6hEwB7BNgUk Re/Y=; l=278; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; b=W78vT6Za/dWd++mDFNyX7hKR2SSN28HttdnoqmODSHVFjVWTEl KWrV6FQymf8i4mPfu1hcGhoH3koNheheBE4hI0stG5oytfA/5NkgxPDd5q7jKKZZ57Y SMHMp/Gvt+AbJ/AbUcLnboEGgzub95Qv4DB+FzE8m+v9yXXkfgUKGY= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m548cndQ000941; Wed, 4 Jun 2008 12:38:49 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Jun 2008 12:38:48 +0400 From: Andrey Chernov To: brooks@freebsd.org, current@freebsd.org Message-ID: <20080604083848.GA847@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , brooks@freebsd.org, current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: /etc/rc.d/routing now always insert 30s delay for DHCP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 08:38:53 -0000 There is 30s delay now always appearse for DHCP cards at boot. Pressing ^C is workaround. As I see in /etc/rc.d/routing v1.444 it seems wrong condition is checked for break becuase dhclient is not started at this moment at all. Please fix. -- http://ache.pp.ru/