I have several log files in /var/log/mythtv that need to be owned by mythtv.users. In versions of Ubuntu prior to 12.10 if I did:
sudo chown mythtv.users mylogfile
that worked fine and my log files would stay belonging to mythtv.users. However, since upgrading to 12.10 Ubuntu keeps changing the ownership of my log files back to syslog.adm.
Is there any way to stop Ubuntu changing the ownership of my log files?