around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
o move sarah.conf.sample from ${PREFIX}/etc to ${PREFIX}/share/examples/sarah
Update sarah to 0.7b
Changes:
v 0.7b 2001/10/01
* all directives may now be specified within an OPTIONS{} block to set
defaults
* when both '-c' and '-V' options are used, sarah will dump
interpreted config file(s) to STDOUT
* fixed archive rotation bug: a regex to match file.log.xx would also
match myfile.log.xx, causing rotation of file.log to fail
v 0.6b 2001/02/09
* added INDEX command to allow date-based archive naming
* added quiet mode (-q argument)
v 0.5b 2001/01/04
* fixed timing bug -- DATE based log rotations would fail if the
minute changed during the run
From the README file:
Licensing for the current version of sarah is quite simple: I (Matthew
Pounsett) retain all rights to this code. Anyone is free to use sarah, but it
may not be redistributed either in its original or any modified form without
the permission of the author (me). A more reasonable license will be
distributed with later versions of sarah (probably with the first non-beta
release).
Sarah is a program which is used to trim, rotate, archive and delete log
files. It is meant to run periodically out of cron, determining what to do
based on a configuration file.