Updating from download.jitsi.org stable/ to jicofo 1.0-940-1 throws some errors concerning a directory called jicofo in /etc/logrotate.d and the installer does indeed leave this directory there containing
-rw-r–r-- 1 root root 15348 Sep 23 23:02 pom.xml
-rw-r–r-- 1 root root 15358 Sep 19 19:43 pom.xml.versionsBackup
-rw-r–r-- 1 root root 2061 Sep 17 00:45 spotbugs-exclude.xml
drwxr-xr-x 5 root root 4096 Sep 27 22:53 src
drwxr-xr-x 7 root root 4096 Oct 7 08:19 target
I guess this is a packaging error of some kind…?
Removing this directory and leaving just the file jicofo containing
/var/log/jitsi/jicofo.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
copytruncate
su jicofo jitsi
}
seems to work as it would normally.
Has anyone noticed this?