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