aboutsummaryrefslogtreecommitdiff
path: root/sysutils/savelogs/pkg-descr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-02 22:26:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-02 22:26:11 +0000
commite86e23f7005b00f5b49c2c7e7132f6eb60286b07 (patch)
tree64826f1924e03c7f5e3d80823e7297ad7db5b6a1 /sysutils/savelogs/pkg-descr
parentafa49164ca293e6bcd5f156cb003df0ca9842e06 (diff)
downloadports-e86e23f7005b00f5b49c2c7e7132f6eb60286b07.tar.gz
ports-e86e23f7005b00f5b49c2c7e7132f6eb60286b07.zip
Add savelogs, a flexible and robust log file archival system.
PR: ports/66131 Submitted by: <ports@c0decafe.net>
Notes
Notes: svn path=/head/; revision=108218
Diffstat (limited to 'sysutils/savelogs/pkg-descr')
-rw-r--r--sysutils/savelogs/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/savelogs/pkg-descr b/sysutils/savelogs/pkg-descr
new file mode 100644
index 000000000000..804d1764665e
--- /dev/null
+++ b/sysutils/savelogs/pkg-descr
@@ -0,0 +1,15 @@
+savelogs is a flexible and robust log file archival system. Its
+logic is simple: move (rename) the log file, filter data from
+the log file, store the log file in an archive (via tar or
+gtar), and compress the archive (via gzip or compress). After
+successful compression, the original log file is deleted.
+
+All of the above phases are optional. This means that you may
+simply delete files if you wish. Or you may simply compress
+existing log files. Or you may move files and add them to a tar
+file but leave the tar file uncompressed, etc. You pick ;o)
+
+savelogs has many options yet retains a high degree of dwimitude.
+
+Author: Scott Wiersdorf <scott@perlcode.org>
+WWW: http://search.cpan.org/~scottw/