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