[packages/exim] - remove 'su' directive from logrotate config, it's not needed (no world or non-root-group writabl

baggins baggins at pld-linux.org
Sun Nov 25 11:52:29 CET 2012


commit 741496480f841b2aee7645eb5af8d66b063d5920
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 25 11:51:29 2012 +0100

    - remove 'su' directive from logrotate config, it's not needed (no world
      or non-root-group writable log directory)
    - rel 6

 exim.logrotate | 4 ----
 exim.spec      | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/exim.spec b/exim.spec
index 54dfebe..72c2cfa 100644
--- a/exim.spec
+++ b/exim.spec
@@ -15,7 +15,7 @@ Summary(pl.UTF-8):	Agent Transferu Poczty Uniwersytetu w Cambridge
 Summary(pt_BR.UTF-8):	Servidor de correio eletrônico exim
 Name:		exim
 Version:	4.80.1
-Release:	5
+Release:	6
 Epoch:		2
 License:	GPL
 Group:		Networking/Daemons/SMTP
diff --git a/exim.logrotate b/exim.logrotate
index 83c375c..c3bb90c 100644
--- a/exim.logrotate
+++ b/exim.logrotate
@@ -1,5 +1,4 @@
 /var/log/exim/main.log {
-    su exim exim
     olddir /var/log/archive/exim
     create 640 exim exim
     postrotate
@@ -8,7 +7,6 @@
 }
 
 /var/log/exim/reject.log {
-    su exim exim
     olddir /var/log/archive/exim
     create 640 exim exim
     postrotate
@@ -16,7 +14,6 @@
     endscript
 }
 /var/log/exim/panic.log {
-    su exim exim
     olddir /var/log/archive/exim
     create 640 exim exim
     postrotate
@@ -24,7 +21,6 @@
     endscript
 }
 /var/log/exim/process.log {
-    su exim exim
     olddir /var/log/archive/exim
     create 640 exim exim
     postrotate
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/741496480f841b2aee7645eb5af8d66b063d5920



More information about the pld-cvs-commit mailing list