blob: 1c235edbcc299570150fa345f7911b4e25a9e98d [file] [log] [blame]
create
compress
&DIR&/test.log {
monthly
rotate 1
mail user@myhost.org
maillast
sharedscripts
postrotate
touch scriptout
echo $(cat scriptout) foo > foo
mv foo scriptout
endscript
}