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