diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-01 20:37:30 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-01 20:37:30 +0000 |
commit | 12a71ab4f3839228576c886294d97f7cf39a51c8 (patch) | |
tree | 363eee875d1797fb448e5f9f0502735828b1fed3 /www/cronolog/pkg | |
parent | bd0deba0ebd438daa9878de39cc95aeea9dd64b7 (diff) | |
download | pkgsrc-12a71ab4f3839228576c886294d97f7cf39a51c8.tar.gz |
Initial import of cronolog-1.6.1
"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.
Diffstat (limited to 'www/cronolog/pkg')
-rw-r--r-- | www/cronolog/pkg/DESCR | 8 | ||||
-rw-r--r-- | www/cronolog/pkg/PLIST | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/www/cronolog/pkg/DESCR b/www/cronolog/pkg/DESCR new file mode 100644 index 00000000000..6d9065374aa --- /dev/null +++ b/www/cronolog/pkg/DESCR @@ -0,0 +1,8 @@ +"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. diff --git a/www/cronolog/pkg/PLIST b/www/cronolog/pkg/PLIST new file mode 100644 index 00000000000..f3410c7593b --- /dev/null +++ b/www/cronolog/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/01 20:37:30 zuntum Exp $ +@unexec install-info --delete --info-dir=%D/info %D/info/cronolog.info +info/cronolog.info +@exec install-info --info-dir=%D/info %D/info/cronolog.info +man/man8/cronolog.8 +man/man8/cronosplit.8 +sbin/cronolog +sbin/cronosplit |