diff options
author | jschauma <jschauma> | 2005-02-12 00:32:58 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-02-12 00:32:58 +0000 |
commit | 14e0a9487133fbe22b602d75c4de31e783c23fa0 (patch) | |
tree | 4768ea18fd4e1a2c8b1557776e6fd91d93a31f29 /sysutils | |
parent | f3cfd0eca11168548aa7d7516c560f8cd5eb228c (diff) | |
download | pkgsrc-14e0a9487133fbe22b602d75c4de31e783c23fa0.tar.gz |
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 (limited to 'sysutils')
-rw-r--r-- | sysutils/logfinder/DESCR | 7 | ||||
-rw-r--r-- | sysutils/logfinder/Makefile | 23 | ||||
-rw-r--r-- | sysutils/logfinder/PLIST | 2 | ||||
-rw-r--r-- | sysutils/logfinder/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/logfinder/DESCR b/sysutils/logfinder/DESCR new file mode 100644 index 00000000000..411ca95cf2a --- /dev/null +++ b/sysutils/logfinder/DESCR @@ -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 --git a/sysutils/logfinder/Makefile b/sysutils/logfinder/Makefile new file mode 100644 index 00000000000..7818c45d942 --- /dev/null +++ b/sysutils/logfinder/Makefile @@ -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 +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 --git a/sysutils/logfinder/PLIST b/sysutils/logfinder/PLIST new file mode 100644 index 00000000000..4adad4021b5 --- /dev/null +++ b/sysutils/logfinder/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/12 00:32:58 jschauma Exp $ +sbin/logfinder.py diff --git a/sysutils/logfinder/distinfo b/sysutils/logfinder/distinfo new file mode 100644 index 00000000000..e0dd23dc195 --- /dev/null +++ b/sysutils/logfinder/distinfo @@ -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 |