test-config.37.in 357 B

1234567891011121314151617181920212223
  1. &DIR&/test.log {
  2. size 300x
  3. daily
  4. firstaction
  5. touch scriptout
  6. # put some } here, so we check if parser won't break on it.
  7. }
  8. echo $(cat scriptout) foo > foo }
  9. mv foo scriptout
  10. endscript
  11. rotate 1
  12. }
  13. &DIR&/test.log {
  14. create
  15. daily
  16. firstaction
  17. touch scriptout
  18. echo $(cat scriptout) second > foo
  19. mv foo scriptout
  20. endscript
  21. rotate 1
  22. }