"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. For example the Apache configuration directives: TransferLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/access.log" ErrorLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/errors.log" would instruct Apache to pipe its access and error log messages into separate copies of cronolog, which would create new log files each day in a directory hierarchy structured by date, i.e. on 31 December 1996 messages would be written to /www/logs/1996/12/31/access.log /www/logs/1996/12/31/errors.log after midnight the files /www/logs/1997/01/01/access.log /www/logs/1997/01/01/errors.log would be used, with the directories 1997, 1997/01 and 1997/01/01 being created if they did not already exist. The most up-to-date version of "cronolog" can be found at: WWW: http://www.ford-mason.co.uk/resources/cronolog/ - Mark Blackman tmb@maddog.u-net.com 3bf03eb4d7bb8a5d8bf41c63840'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/teg
Commit message (Expand)AuthorAgeFilesLines
* Make libgnome and libgnomeui not implying esound dependencybapt2018-03-261-1/+1
* Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* Cleanup GH_* and variables order.mat2015-12-291-1/+0
* Unbreak `make fetch'.rakuco2015-12-283-6/+6
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
* USES+= gettext-tools on 6 portsmarino2014-12-131-1/+1
* - Add LICENSEamdmi32014-12-042-11/+4
* - Release ports maintained by games@amdmi32014-11-011-1/+1
* - Drop .la files, no dependees require themamdmi32014-07-301-4/+4
* - Remove the indefinite article from COMMENTdanilo2013-11-111-2/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Fix build after iconv change [1]madpilot2013-09-141-2/+2
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
* Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix...eadler2013-03-281-6/+3
* - update png to 1.5.10dinoex2012-06-011-1/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-223/+222
* - Update to 0.11.2miwi2007-05-274-117/+85
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* - Add SHA256pav2005-11-251-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* change the libtool version to use from 1.3 to 1.5oliver2005-06-021-1/+1