Package: lsyncd
Version: 2.0.7-3
Severity: normal

lsyncd package in wheezy doesn't have logrotate config, which may be a
problem for loaded environments. Since there is no default configuration,
it me be still useful to provide defaul one for standart log location.

I've created sample config section and set missingok to disable error
reporting by logrotate if there is no file. Here it is:
coolcold@backup:~$ cat /etc/logrotate.d/lsyncd
/var/log/lsyncd.log
{
        rotate 7
        daily
        missingok
        notifempty
        nodelaycompress
        compress
        minsize 10M
}

Hope this will be included in package.

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-042stab061.2-el6-openvz (SMP w/24 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to