From: Vincent Bernat Date: Wed, 23 Mar 2011 16:39:03 +0000 (+0000) Subject: Update logrotate configuration. Closes: #619410. X-Git-Url: https://git.donarmstrong.com/?p=roundcube.git;a=commitdiff_plain;h=6d19038b2a1d242d3e8fe55db74141a81b757ebb Update logrotate configuration. Closes: #619410. --- diff --git a/debian/changelog b/debian/changelog index 04aa125..f64bf87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +roundcube (0.5.1+dfsg-8) unstable; urgency=low + + * Update logrotate configuration. Closes: #619410. + + -- + roundcube (0.5.1+dfsg-7) unstable; urgency=low * Make dbconfig-common use sqlite by default to ensure that the package diff --git a/debian/roundcube-core.logrotate b/debian/roundcube-core.logrotate index 9b6c0a9..3d95dad 100644 --- a/debian/roundcube-core.logrotate +++ b/debian/roundcube-core.logrotate @@ -1,6 +1,8 @@ -/var/log/roundcube/sendmail /var/log/roundcube/errors { - weekly - rotate 4 - compress - missingok +/var/log/roundcube/errors /var/log/roundcube/sendmail /var/log/roundcube/userlogins { + create 0640 www-data adm + compress + missingok + notifempty + rotate 52 + weekly }