an easy and consistent way of installing software ported to FreeBSD
colorize is a perl script to add color to your logs (system logs, apache
logs, squid logs, and many other formats). colorize can also output a
colorized version of your logs as HTML.
WWW: http://colorize.raszi.hu/
- Pete
petef@databits.net
---------------------------------------------------------------------------
To customize the colorize utility, you can make changes to
/usr/local/etc/colorizerc
or user-specific changes in ~/.colorizerc
---------------------------------------------------------------------------
bin/colorize
@unexec if cmp -s %D/etc/colorizerc %D/etc/colorizerc.dist; then rm -f %D/etc/colorizerc; fi
etc/colorizerc.dist
@exec if [ ! -f %D/etc/colorizerc ]; then cp -f %D/etc/%f %D/etc/colorizerc; fi