From owner-freebsd-arch@FreeBSD.ORG Tue May 15 02:15:45 2012 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B656106566C for ; Tue, 15 May 2012 02:15:45 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4C18FC0A for ; Tue, 15 May 2012 02:15:44 +0000 (UTC) Received: by werg1 with SMTP id g1so3719516wer.13 for ; Mon, 14 May 2012 19:15:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Zv45ugk07xMpVZqrc3+I3lUtduQNZ6FG0nJGDgJJRic=; b=CFCE4LZJCuPUbJWhrEpipdlTEcadQ+ccBKhiu7wdGHDNOhrSRCckl68jq2cNZL9Nuu ShwpaFn0YRTMZ/64DdMi9KyvUV3u+MV84nf7aq8ePJpT+IMVeZ/m6C+8Lom4JtZT7zIu LX6r4vBApNTBe5U7XJ96rHzReKA4HhxzdiQfA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=Zv45ugk07xMpVZqrc3+I3lUtduQNZ6FG0nJGDgJJRic=; b=TXJ/IrGT2q4J6VFNqk6s4ogemwpZXg3awI4/30fUxoSQhGZX8MRd2c/ACEu8Z+KcIJ 1jwD8ef/NjBYym4sq166Wy5YG2MR4CueaOaB3RycfGXNsZRa5CCbsmkIw1p9ct4aIXUv s6cLKhfvTJn7utZFmIDAyY/oLk1kl73OA4Y/rPSkOh5utlvSI2rBZtfi7iXJqUvN5Ifq TGn52jbgGAm9Aa9mdCpkOlQp1JX6oJG2VWfHJSQ2Wa+yIyC24wg0zgmrMKA6OVw9MvFP 1Walicwf+iE9Pta0vAfxlrDrGEUI3KjjbHSoRWdI7TQqA9WsgLPKx2GZFaLNggPn/wIj uDRA== Received: by 10.216.137.156 with SMTP id y28mr6562827wei.61.1337048138510; Mon, 14 May 2012 19:15:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.120.6 with HTTP; Mon, 14 May 2012 19:15:08 -0700 (PDT) In-Reply-To: <201205150038.q4F0cs3u014785@hergotha.csail.mit.edu> References: <20120513220646.GA12826@stack.nl> <4FB0CF88.5010309@FreeBSD.org> <3D895644-0BA5-44F7-AC8F-07323729C1AA@bsdimp.com> <88BE52F2-E8CC-455D-B7AF-CB1F876D48B7@bsdimp.com> <20120514224817.GA31383@stack.nl> <201205150038.q4F0cs3u014785@hergotha.csail.mit.edu> From: Eitan Adler Date: Mon, 14 May 2012 22:15:08 -0400 Message-ID: To: Garrett Wollman Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnhbuD732MdGBgIBOA/DagrhziDlx9UhJ+e4pzmjjuvyfUIWAIMQxAV0Grk5px32XzFd75n Cc: arch@freebsd.org, jilles@stack.nl Subject: Re: [patch] halt/reboot/shutdown cleanup X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2012 02:15:45 -0000 On 14 May 2012 20:38, Garrett Wollman wrote: > In article <20120514224817.GA31383@stack.nl>, julles@stack.nl writes: >>I have found 4 seconds of useless sleeps in the 'shutdown -r now' >>process: 2 seconds in shutdown and 2 seconds in init. I have used an >>init without the delay for quite a while without problems and the delay >>in shutdown seems useless (between saying the shutdown is "now" and >>actually signaling init to do it). > > It's useful to me, as it gives me time to log out cleanly. don't use "now" then :) -- Eitan Adler