From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 19 18:03:32 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 697BD106566C; Tue, 19 Jun 2012 18:03:32 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5058FC08; Tue, 19 Jun 2012 18:03:31 +0000 (UTC) Received: by obcni5 with SMTP id ni5so700758obc.13 for ; Tue, 19 Jun 2012 11:03:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=T9Gvh1pkeo9TQalbLJkuagTdnK3+v6jj7DdmVIIhJMM=; b=qZUuv+YrTbMPzdljnRIUuYWsoCP0NuEfvpoc/iTPjRgxidV2Ol6bFfZWxTyS6Q+lli 2i5won0RH/lSVKOxajtYCkaWMcpMt1zy3sAwMVn3dAcgmEnfqi673Qqfs0zC4At370zL WiAEDE1fiBMAN9Dal8q+D4GvXxeDD3E4t3WqWTHi/YFcNhqb5uKFLi877/kpxdOKYnwJ RAorokebGnSIWREl1xvERdIHh8i2n4qmBVN/zohfl9pGBIxD7wiQwNanrqGDc8BoDnGc CDdjvbVBXHsvN2EjOoYMgBevKAUKznylVY8MshylDLlR0PtlhOZVwg2gjN2wCK+eOVoR heoQ== MIME-Version: 1.0 Received: by 10.182.117.71 with SMTP id kc7mr18942426obb.62.1340129011439; Tue, 19 Jun 2012 11:03:31 -0700 (PDT) Received: by 10.76.98.77 with HTTP; Tue, 19 Jun 2012 11:03:31 -0700 (PDT) In-Reply-To: References: <20120615124849.GI96212@ass.kameli.org> <20120618081140.GK96212@ass.kameli.org> <4FDF6177.5050608@unsane.co.uk> <4FDF6586.9060501@gentoo.org> <4FDFB166.2040709@FreeBSD.org> <4FE0AD56.8050604@FreeBSD.org> Date: Tue, 19 Jun 2012 11:03:31 -0700 Message-ID: From: Garrett Cooper To: Wojciech Puchar Content-Type: text/plain; charset=ISO-8859-1 Cc: Doug Barton , "freebsd-hackers@freebsd.org" , Richard Yao , Vincent Hoffman , Nathan Whitehorn , Outback Dingo , openrc@gentoo.org, =?ISO-8859-1?Q?Atte_Peltom=E4ki?= Subject: Re: Replacing rc(8) (Was: FreeBSD Boot Times) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 18:03:32 -0000 On Tue, Jun 19, 2012 at 10:51 AM, Wojciech Puchar wrote: >>> grep sleep /etc/rc.d/* usr/local/etc/rc.d/* >> >> Sleeps in /etc tend to be there for good reasons, and new ones are >> vigorously scrutinized. If you see any that you think are dubious, feel >> free to mention them on freebsd-rc@. > > I don't say they are not needed but that they exist. > anyway i don't understand sleep 1 after setting default route. Probably working around annoying races in the driver / network / routing stack. Please see my previous reply. Thanks, -Garrett