From owner-cvs-all@FreeBSD.ORG Thu Dec 23 16:41:19 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A07B210656CF; Thu, 23 Dec 2010 16:41:19 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F5BA8FC16; Thu, 23 Dec 2010 16:41:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBNGfJNu044290; Thu, 23 Dec 2010 16:41:19 GMT (envelope-from skreuzer@repoman.freebsd.org) Received: (from skreuzer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBNGfJrc044289; Thu, 23 Dec 2010 16:41:19 GMT (envelope-from skreuzer) Message-Id: <201012231641.oBNGfJrc044289@repoman.freebsd.org> From: Steven Kreuzer Date: Thu, 23 Dec 2010 16:41:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/downtimed Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/downtimed/files downtimed.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2010 16:41:19 -0000 skreuzer 2010-12-23 16:41:19 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/downtimed Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/downtimed/files downtimed.in Log: downtimed is a program that monitors operating system downtime, uptime, shutdowns and crashes and keeps records of those events. PR: ports/150879 Submitted by: Janne Snabb Revision Changes Path 1.1255 +1 -0 ports/sysutils/Makefile 1.1 +30 -0 ports/sysutils/downtimed/Makefile (new) 1.1 +2 -0 ports/sysutils/downtimed/distinfo (new) 1.1 +36 -0 ports/sysutils/downtimed/files/downtimed.in (new) 1.1 +15 -0 ports/sysutils/downtimed/pkg-descr (new) 1.1 +13 -0 ports/sysutils/downtimed/pkg-message (new) 1.1 +4 -0 ports/sysutils/downtimed/pkg-plist (new)