commit bec28b00b8bf269ddfeac707d7a874c39fec384c
Author: Jacek Konieczny <[email protected]>
Date:   Thu Nov 22 18:44:33 2012 +0100

    Log file permissions fixed in cacti.logrotate
    
    Log writting would fail after rotation under lighttpd,
    as the file would not be writtable by http group.
    
    Permissions changed to match those in the package.
    
    Release: 3

 cacti.logrotate | 2 +-
 cacti.spec      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cacti.spec b/cacti.spec
index afd94fc..622cb76 100644
--- a/cacti.spec
+++ b/cacti.spec
@@ -3,7 +3,7 @@ Summary:        Cacti is a PHP frontend for rrdtool
 Summary(pl.UTF-8):     Cacti - frontend w PHP do rrdtoola
 Name:          cacti
 Version:       0.8.8a
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
diff --git a/cacti.logrotate b/cacti.logrotate
index 6e2c47c..8f53fea 100644
--- a/cacti.logrotate
+++ b/cacti.logrotate
@@ -5,6 +5,6 @@
        rotate 7
        daily
        compress
-       create 644 http http
+       create 660 root http
        dateext
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cacti.git/commitdiff/bec28b00b8bf269ddfeac707d7a874c39fec384c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to