blob: 8e84927018417f4715ee22099df0140966c9c4ee [file] [log] [blame]
create
&DIR&/test*.log {
monthly
rotate 0
mail user@myhost.org
maillast
sharedscripts
preremove
touch scriptout
printf '%s' "$(basename $*)" >> scriptout
this should trigger an error
endscript
}