Bug 7885 - Change filename of TransferLog suggested by packages to fit with logrotate
authorMagnus Enger <magnus@enger.priv.no>
Wed, 4 Apr 2012 06:49:56 +0000 (08:49 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 4 Apr 2012 13:15:43 +0000 (15:15 +0200)
commit607e5f6e52254485f4017446bb5befd401a5ce32
tree6cdaa421e856f0e1d938b8c0458ca000f6c0d11a
parent58e98c3c38528e734ec4e5182ce8513f14157a5e
Bug 7885 - Change filename of TransferLog suggested by packages to fit with logrotate

The apache accesslogs suggested by the default config files are called
*_log, which results in them not getting picked up by logrotate, which
looks for *.log. This patch changes the suggested filenames to *.log.

To test:
Not much to test here, just apply the patch and check that all
occurences of TransferLog and CustomLog are now on the form *.log

All the lines where these occur are commented out, so this will
not actually change any behaviour.

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
debian/templates/apache-site.conf.in
etc/koha-httpd.conf