pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/logfinder Initial import of logfinder:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b38f27fa0be
branches:  trunk
changeset: 488915:6b38f27fa0be
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sat Feb 12 00:32:58 2005 +0000

description:
Initial import of logfinder:

Many system administrators don't know exactly what logs they have until they
have looked into the question. Often, logging was enabled by defaults -- or by
previous system administrators -- and so your systems may be keeping logs you
never intended. logfinder is a tool created as a simple means of locating
files that might be logs on an existing system. logfinder uses regular
expressions to find local files with "log-like" contents; you can customize
those expressions if necessary to meet your needs.

diffstat:

 sysutils/logfinder/DESCR    |   7 +++++++
 sysutils/logfinder/Makefile |  23 +++++++++++++++++++++++
 sysutils/logfinder/PLIST    |   2 ++
 sysutils/logfinder/distinfo |   4 ++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 203867a74c88 -r 6b38f27fa0be sysutils/logfinder/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/logfinder/DESCR  Sat Feb 12 00:32:58 2005 +0000
@@ -0,0 +1,7 @@
+Many system administrators don't know exactly what logs they have until they
+have looked into the question. Often, logging was enabled by defaults -- or by
+previous system administrators -- and so your systems may be keeping logs you
+never intended. logfinder is a tool created as a simple means of locating
+files that might be logs on an existing system. logfinder uses regular
+expressions to find local files with "log-like" contents; you can customize
+those expressions if necessary to meet your needs.
diff -r 203867a74c88 -r 6b38f27fa0be sysutils/logfinder/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/logfinder/Makefile       Sat Feb 12 00:32:58 2005 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/12 00:32:58 jschauma Exp $
+#
+
+DISTNAME=              logfinder-0.1
+CATEGORIES=            sysutils
+MASTER_SITES=          http://www.eff.org/osp/
+
+MAINTAINER=            jschauma%NetBSD.org@localhost
+HOMEPAGE=              http://www.eff.org/osp/
+COMMENT=               Eliminate Unwanted Logging of Personal Data
+
+DEPENDS+=              lsof>=4.72:../../sysutils/lsof
+
+USE_BUILDLINK3=                YES
+NO_BUILD=              YES
+
+PYTHON_PATCH_SCRIPTS+= ${WRKSRC}/logfinder.py
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/logfinder.py ${PREFIX}/sbin/
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 203867a74c88 -r 6b38f27fa0be sysutils/logfinder/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/logfinder/PLIST  Sat Feb 12 00:32:58 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/12 00:32:58 jschauma Exp $
+sbin/logfinder.py
diff -r 203867a74c88 -r 6b38f27fa0be sysutils/logfinder/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/logfinder/distinfo       Sat Feb 12 00:32:58 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/12 00:32:58 jschauma Exp $
+
+SHA1 (logfinder-0.1.tar.gz) = 9aa62bac34d2f22b1df93f4cead964fc67737e08
+Size (logfinder-0.1.tar.gz) = 14006 bytes



Home | Main Index | Thread Index | Old Index