summaryrefslogtreecommitdiff
path: root/sysutils/logrot
diff options
context:
space:
mode:
authorlukem <lukem>1998-07-24 17:17:03 +0000
committerlukem <lukem>1998-07-24 17:17:03 +0000
commitec4632713326bca61af5b2904ebba4c5f9320b90 (patch)
treef6ddf797dcdfa16d5fcad11a309a50d01c0bf729 /sysutils/logrot
parentabfe0167d4f92769afd256be75efeec504c0a95d (diff)
downloadpkgsrc-ec4632713326bca61af5b2904ebba4c5f9320b90.tar.gz
logrot 1.3 - log rotation in a safe and configurable manner
Diffstat (limited to 'sysutils/logrot')
-rw-r--r--sysutils/logrot/Makefile12
-rw-r--r--sysutils/logrot/files/md51
-rw-r--r--sysutils/logrot/pkg/COMMENT1
-rw-r--r--sysutils/logrot/pkg/DESCR6
-rw-r--r--sysutils/logrot/pkg/PLIST3
5 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/logrot/Makefile b/sysutils/logrot/Makefile
new file mode 100644
index 00000000000..099d4de6ae8
--- /dev/null
+++ b/sysutils/logrot/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 1998/07/24 17:17:03 lukem Exp $
+#
+
+DISTNAME= logrot-1.3
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.snark.dropbear.id.au/pub/werj/
+
+MAINTAINER= lukem@netbsd.org
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/logrot/files/md5 b/sysutils/logrot/files/md5
new file mode 100644
index 00000000000..ce006d01315
--- /dev/null
+++ b/sysutils/logrot/files/md5
@@ -0,0 +1 @@
+MD5 (logrot-1.3.tar.gz) = e782b3254d5c725e48ca20e1bdd00c3f
diff --git a/sysutils/logrot/pkg/COMMENT b/sysutils/logrot/pkg/COMMENT
new file mode 100644
index 00000000000..e0cb333c545
--- /dev/null
+++ b/sysutils/logrot/pkg/COMMENT
@@ -0,0 +1 @@
+Rotate log files in a safe and configurable manner
diff --git a/sysutils/logrot/pkg/DESCR b/sysutils/logrot/pkg/DESCR
new file mode 100644
index 00000000000..c864ad79cf1
--- /dev/null
+++ b/sysutils/logrot/pkg/DESCR
@@ -0,0 +1,6 @@
+logrot rotates log files in a safe (almost atomic) manner.
+The name of the rotated file and its destination directory
+are configurable. Signals may be sent to processes determined
+from a pid file, or arbitrary commands may be executed upon
+rotation. Optional pre-processing, compression, and post-
+processing is supported.
diff --git a/sysutils/logrot/pkg/PLIST b/sysutils/logrot/pkg/PLIST
new file mode 100644
index 00000000000..9cadc8ff7cc
--- /dev/null
+++ b/sysutils/logrot/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 1998/07/24 17:17:04 lukem Exp $
+bin/logrot
+man/man1/logrot.1