From owner-cvs-all Wed Dec 20 17:30:51 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 20 17:30:48 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 197A337B400; Wed, 20 Dec 2000 17:30:48 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBL1UmM28837; Wed, 20 Dec 2000 17:30:48 -0800 (PST) (envelope-from brian) Message-Id: <200012210130.eBL1UmM28837@freefall.freebsd.org> From: Brian Somers Date: Wed, 20 Dec 2000 17:30:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger util.c src/usr.bin/w w.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/12/20 17:30:47 PST Modified files: usr.bin/finger util.c usr.bin/w w.c Log: If the utmp login time is greater than the tty atime, use it to calculate the idle time instead of the atime. This makes entries for people that have logged in but done nothing else show up correctly. Reviewed by: markk@knigma.org Revision Changes Path 1.10 +8 -2 src/usr.bin/finger/util.c 1.40 +8 -2 src/usr.bin/w/w.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message