summaryrefslogtreecommitdiff
path: root/sysutils/logfinder/DESCR
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-02-12 00:32:58 +0000
committerjschauma <jschauma@pkgsrc.org>2005-02-12 00:32:58 +0000
commit0aa992ec594204b379108743af63400da6bd88c7 (patch)
tree4768ea18fd4e1a2c8b1557776e6fd91d93a31f29 /sysutils/logfinder/DESCR
parent0fff1d5ac80aa521d40630279f09d7d63b38dc7e (diff)
downloadpkgsrc-0aa992ec594204b379108743af63400da6bd88c7.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/logfinder/DESCR')
-rw-r--r--sysutils/logfinder/DESCR7
1 files changed, 7 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.