Hi, I have the following file as /etc/logrotate.d/denyhosts /var/log/denyhosts { missingok notifempty create 0640 root root sharedscripts prerotate /etc/init.d/denyhosts stop endscript postrotate /etc/init.d/denyhosts start endscript }
But this causes errors reading config info for /var/log/denyhosts error: denyhosts:1 lines must begin with a keyword or a filename (possibly in double quotes) error: denyhosts:2 unexpected text error: denyhosts:3 unexpected text error: denyhosts:4 unexpected text error: denyhosts:5 unexpected text error: denyhosts:prerotate or postrotate without endscript I appreciate any help on this. Many thanks, Helmut.