summaryrefslogtreecommitdiff
path: root/www/cronolog/pkg/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 02:15:23 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 02:15:23 +0000
commit431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch)
treef392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/cronolog/pkg/DESCR
parentc72c1cf5f95cbe537b005028f1743cddb16ef203 (diff)
downloadpkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/cronolog/pkg/DESCR')
-rw-r--r--www/cronolog/pkg/DESCR8
1 files changed, 0 insertions, 8 deletions
diff --git a/www/cronolog/pkg/DESCR b/www/cronolog/pkg/DESCR
deleted file mode 100644
index 6d9065374aa..00000000000
--- a/www/cronolog/pkg/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-"cronolog" is a simple program that reads log messages from its input
-and writes them to a set of output files, the names of which are
-constructed using template and the current date and time. The
-template uses the same format specifiers as the Unix date command
-(which are the same as the standard C strftime library function).
-
-"cronolog" is intended to be used in conjunction with a Web server, such
-as Apache to split the access log into daily or monthly logs.