test-config.6.in 238 B

12345678910111213141516
  1. create
  2. &DIR&/test.log &DIR&/anothertest.log {
  3. monthly
  4. rotate 1
  5. start 0
  6. mail user@invalid.
  7. maillast
  8. sharedscripts
  9. postrotate
  10. touch scriptout
  11. echo $(cat scriptout) foo > foo
  12. mv foo scriptout
  13. endscript
  14. }