From owner-cvs-all Thu Oct 21 14:55:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5707F14C95; Thu, 21 Oct 1999 14:55:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA32562; Thu, 21 Oct 1999 14:55:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199910212155.OAA32562@freefall.freebsd.org> From: Brian Somers Date: Thu, 21 Oct 1999 14:55:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp physical.c physical.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/10/21 14:55:23 PDT Modified files: usr.sbin/ppp physical.c physical.h Log: Manually create a correct(*) entry in wtmp when logging out a PPPoTCP or PPPoUDP connection. (*) This is as correct as ftp and uucp wtmp entries are - that is, multiple concurrent connections will not record enough information in wtmp to tell last(1) who was logged in for how long. Revision Changes Path 1.28 +45 -4 src/usr.sbin/ppp/physical.c 1.17 +2 -2 src/usr.sbin/ppp/physical.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message