From owner-cvs-all@FreeBSD.ORG Wed Jul 6 14:11:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47BFE16A41C; Wed, 6 Jul 2005 14:11:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86A243D49; Wed, 6 Jul 2005 14:11:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j66EBCmY012759; Wed, 6 Jul 2005 14:11:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j66EBC42012758; Wed, 6 Jul 2005 14:11:12 GMT (envelope-from pav) Message-Id: <200507061411.j66EBC42012758@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 6 Jul 2005 14:11:12 +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/epylog Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 14:11:13 -0000 pav 2005-07-06 14:11:12 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/epylog Makefile distinfo pkg-descr pkg-plist Log: Epylog is a syslog parser which runs periodically, looks at your logs, processes some of the entries in order to present them in a more comprehensible format, and then mails you the output. It is written specifically for large network clusters where a lot of machines (around 50 and upwards) log to the same loghost using syslog or syslog-ng. It is an alternative to a similar package, called LogWatch. PR: ports/82948 Submitted by: Alan Snelson Revision Changes Path 1.668 +1 -0 ports/sysutils/Makefile 1.1 +27 -0 ports/sysutils/epylog/Makefile (new) 1.1 +2 -0 ports/sysutils/epylog/distinfo (new) 1.1 +20 -0 ports/sysutils/epylog/pkg-descr (new) 1.1 +67 -0 ports/sysutils/epylog/pkg-plist (new)