diff options
Diffstat (limited to 'sysutils/logrot/pkg')
-rw-r--r-- | sysutils/logrot/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/logrot/pkg/DESCR | 6 | ||||
-rw-r--r-- | sysutils/logrot/pkg/PLIST | 3 |
3 files changed, 10 insertions, 0 deletions
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 |