]> git.donarmstrong.com Git - roundcube.git/commitdiff
Update logrotate configuration. Closes: #619410.
authorVincent Bernat <bernat@debian.org>
Wed, 23 Mar 2011 16:39:03 +0000 (16:39 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 19:40:47 +0000 (21:40 +0200)
debian/changelog
debian/roundcube-core.logrotate

index 04aa1251f9bd388b3c6a6e1fcf5d71360c9fcbb3..f64bf875dff1a29b3bed1d560e8c42ddedb81e40 100644 (file)
@@ -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
index 9b6c0a9b57399eeed8e3786e7fe5f974ee486b3a..3d95dadf5d0cbe69c850fbc73e9d3a5007244c53 100644 (file)
@@ -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
 }