From owner-freebsd-hackers@freebsd.org Mon Nov 2 00:54:18 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98163A23993 for ; Mon, 2 Nov 2015 00:54:18 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60DC61186; Mon, 2 Nov 2015 00:54:18 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by padec8 with SMTP id ec8so20703083pad.1; Sun, 01 Nov 2015 16:54:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=O8j2YBRY0tBSJV3nfFlyOVkFF5kM/kTHCMqI5KZ8/CY=; b=pR9Qk3s7CjUv1L+YGcKFjYTQKWqaInx9vOtwEccQ0WWOYnkjZR47ZBWe9fw6EErR6C Hnq7u2UoLepRbs4HaL+zlQoLVmonp3J4oHDmhxoDviEteebm2n81v99MsusUvDo83Txa nnf27PXLjrGT7zFhiyZxaaqrlSv4cW13Dm3HeMHctIQUt8PJlM6EHN1URRHCH5CvJ7xn TkGnnIL0VvHXWVAjCiCqSFzln1v3FN7h8ILqDAgfA4FQzI0jcK1i3AbikkJ34YBTKvj+ zfNu9t5jaKHchw066pNbw8CSINfWq1ok1lqWmnFp8JxGo9Dh4A4LO+hh1O2G70mdhCXZ BDwA== X-Received: by 10.66.230.195 with SMTP id ta3mr23822871pac.35.1446425657893; Sun, 01 Nov 2015 16:54:17 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id ey2sm20399515pbd.77.2015.11.01.16.54.17 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 01 Nov 2015 16:54:17 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Missing "Local system status" From: NGie Cooper In-Reply-To: <1579252.MOChMlxT6g@ralph.baldwin.cx> Date: Sun, 1 Nov 2015 16:54:16 -0800 Cc: freebsd-hackers@freebsd.org, Kurt Lidl , "Matthew D. Fuller" Content-Transfer-Encoding: quoted-printable Message-Id: <0697B00F-6B61-4C4B-8CD6-04F3F26C66DB@gmail.com> References: <20150915080318.GA89697@server.rulingia.com> <55F811F1.7040202@pix.net> <20150915175222.GG1709@over-yonder.net> <1579252.MOChMlxT6g@ralph.baldwin.cx> To: John Baldwin X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 00:54:18 -0000 > On Oct 30, 2015, at 10:42, John Baldwin wrote: >=20 > On Tuesday, September 15, 2015 12:52:22 PM Matthew D. Fuller wrote: >> On Tue, Sep 15, 2015 at 08:41:21AM -0400 I heard the voice of >> Kurt Lidl, and lo! it spake thus: >>>=20 >>> So the real argument ought to be if rwhod/ruptime ought to be part = of a >>> different MK_xxx, >>=20 >> I think Peter's point is that 430.status-rwho shows uptime(1) info >> too, if rwhod isn't writing out data for it to ruptime(1), so it's >> still useful even without r*. Which also means it's slightly >> misnamed, but... >=20 > Humm. I'm inclined to just always install it. Having a second > script would just duplicate code (and then having rwho in the name > would be confusing). I=E2=80=99m sorry it took so long for me to reply to this email thread. = I=E2=80=99m about ready to commit a change that will install it = unconditionally again, but will rename it to 430.status-uptime as = that=E2=80=99s what the periodic script is actually doing =E2=80=94 = checking the system uptime. Thanks, -NGie=