From owner-cvs-all@FreeBSD.ORG Tue Feb 6 23:36:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E93816A403; Tue, 6 Feb 2007 23:36:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA2B13C4CE; Tue, 6 Feb 2007 23:36:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l16NaCH9000650; Tue, 6 Feb 2007 23:36:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l16NaC4W000649; Tue, 6 Feb 2007 23:36:12 GMT (envelope-from miwi) Message-Id: <200702062336.l16NaC4W000649@repoman.freebsd.org> From: Martin Wilke Date: Tue, 6 Feb 2007 23:36: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/security Makefile ports/security/snoopy Makefile distinfo pkg-descr ports/security/snoopy/files patch-Makefile patch-README 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: Tue, 06 Feb 2007 23:36:13 -0000 miwi 2007-02-06 23:36:12 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/snoopy Makefile distinfo pkg-descr security/snoopy/files patch-Makefile patch-README Log: snoopy is merely a shared library that is used as a wrapper to the execve() function provided by libc as to log every call to syslog (authpriv). system administrators may find snoopy useful in tasks such as light/heavy system monitoring, tracking other administrator's actions as well as getting a good 'feel' of what's going on in the system (for example apache running cgi scripts). WWW: http://sourceforge.net/projects/snoopylogger/ PR: ports/108691 Submitted by: Philippe Audeoud Revision Changes Path 1.859 +1 -0 ports/security/Makefile 1.1 +29 -0 ports/security/snoopy/Makefile (new) 1.1 +3 -0 ports/security/snoopy/distinfo (new) 1.1 +20 -0 ports/security/snoopy/files/patch-Makefile (new) 1.1 +11 -0 ports/security/snoopy/files/patch-README (new) 1.1 +9 -0 ports/security/snoopy/pkg-descr (new)