From owner-cvs-ports@FreeBSD.ORG Sun Aug 29 22:54:38 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB1A16A4CE; Sun, 29 Aug 2004 22:54:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A4A43D45; Sun, 29 Aug 2004 22:54:38 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7TMsc7W075247; Sun, 29 Aug 2004 22:54:38 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7TMscIK075246; Sun, 29 Aug 2004 22:54:38 GMT (envelope-from lofi) Message-Id: <200408292254.i7TMscIK075246@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 29 Aug 2004 22:54:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/libutempter Makefile distinfo pkg-descr pkg-plist ports/sysutils/libutempter/files patch-Makefile patch-iface.c patch-utempter.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 22:54:38 -0000 lofi 2004-08-29 22:54:38 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/libutempter Makefile distinfo pkg-descr pkg-plist sysutils/libutempter/files patch-Makefile patch-iface.c patch-utempter.c Log: Add libutempter, an interface to record user sessions to utmp and wtmp files Revision Changes Path 1.577 +1 -0 ports/sysutils/Makefile 1.1 +20 -0 ports/sysutils/libutempter/Makefile (new) 1.1 +2 -0 ports/sysutils/libutempter/distinfo (new) 1.1 +47 -0 ports/sysutils/libutempter/files/patch-Makefile (new) 1.1 +18 -0 ports/sysutils/libutempter/files/patch-iface.c (new) 1.1 +76 -0 ports/sysutils/libutempter/files/patch-utempter.c (new) 1.1 +12 -0 ports/sysutils/libutempter/pkg-descr (new) 1.1 +7 -0 ports/sysutils/libutempter/pkg-plist (new)