removed logrotate config file since not used anymore, updated configure.ac formatting, added Ubuntu 18.04 dependencies to docs

This commit is contained in:
Blake J. Harnden 2018-09-10 15:25:28 -07:00
parent 36f80e1a48
commit 91ee45bbb9
3 changed files with 10 additions and 17 deletions

View file

@ -1,13 +0,0 @@
/var/log/core-daemon.log {
rotate 7
daily
missingok
notifempty
compress
sharedscripts
postrotate
if [ -r /var/run/core-daemon.pid ]; then
kill -USR1 $(cat /var/run/core-daemon.pid) > /dev/null 2>&1
fi
endscript
}