Achim Schaefer wrote:
> gnunet is:
> #
> # Logrotate fragment for frox.
> #
>
> /var/log/gnunetd/gnunetd.log {
> weekly
> size=100k
> rotate 7
> compress
> copytruncate
> delaycompress
> notifempty
> missingok
> }
this file was is from a previous gnunet package (from etch).
> gnunet-daemon is:
> /var/log/gnunetd/gnunetd.log {
> weekly
> size=100k
> rotate 7
> compress
> copytruncate
> delaycompress
> notifempty
> missingok
> }
this file should have been removed when you were upgrading from the
(post-etch but already deprecated) gnunet-daemon package to the
(post-etch and current) gnunet-server package.
> gnunet-server is:
> /var/log/gnunetd/gnunetd.log {
> weekly
> size=100k
> rotate 7
> compress
> copytruncate
> delaycompress
> notifempty
> missingok
> }
...and that's the only one you should keep.
I'm unsure why does files do not get replaced/removed when doing package
upgrades.
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [EMAIL PROTECTED]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]