packages: qmail/qmail.spec - give logrotate a chance to access log/archive ...

baggins baggins at pld-linux.org
Sun Feb 5 12:31:39 CET 2012


Author: baggins                      Date: Sun Feb  5 11:31:39 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- give logrotate a chance to access log/archive dirs

---- Files affected:
packages/qmail:
   qmail.spec (1.184 -> 1.185) 

---- Diffs:

================================================================
Index: packages/qmail/qmail.spec
diff -u packages/qmail/qmail.spec:1.184 packages/qmail/qmail.spec:1.185
--- packages/qmail/qmail.spec:1.184	Fri Jan 20 14:41:56 2012
+++ packages/qmail/qmail.spec	Sun Feb  5 12:31:33 2012
@@ -1038,7 +1038,7 @@
 %attr(640,qmaild,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{tcprules}/tcp.qmail-qmqp.cdb
 
 %attr(755,qmaill,root) %dir /var/log/qmail
-%attr(750,root,root) %dir /var/log/archive/qmail
+%attr(750,qmaill,root) %dir /var/log/archive/qmail
 %dir %{supervise}
 
 %attr(1755,root,root) %dir %{supervise}/smtpd
@@ -1051,9 +1051,9 @@
 %attr(700,root,root) %dir %{supervise}/smtpd/log/supervise
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{supervise}/smtpd/log/supervise/*
 %attr(755,qmaill,root) %dir /var/log/qmail/smtpd
-%attr(750,root,root) %dir /var/log/archive/qmail/smtpd
+%attr(750,qmaill,root) %dir /var/log/archive/qmail/smtpd
 %attr(755,qmaill,root) %dir /var/log/qmail/rblsmtpd
-%attr(750,root,root) %dir /var/log/archive/qmail/rblsmtpd
+%attr(750,qmaill,root) %dir /var/log/archive/qmail/rblsmtpd
 
 %attr(1755,root,root) %dir %{supervise}/send
 %attr(755,root,root) %{supervise}/send/run
@@ -1064,7 +1064,7 @@
 %attr(700,root,root) %dir %{supervise}/send/log/supervise
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{supervise}/send/log/supervise/*
 %attr(755,qmaill,root) %dir /var/log/qmail/send
-%attr(750,root,root) %dir /var/log/archive/qmail/send
+%attr(750,qmaill,root) %dir /var/log/archive/qmail/send
 
 %attr(1755,root,root) %dir %{supervise}/qmtpd
 %attr(755,root,root) %{supervise}/qmtpd/run
@@ -1075,7 +1075,7 @@
 %attr(700,root,root) %dir %{supervise}/qmtpd/log/supervise
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{supervise}/qmtpd/log/supervise/*
 %attr(755,qmaill,root) %dir /var/log/qmail/qmtpd
-%attr(750,root,root) %dir /var/log/archive/qmail/qmtpd
+%attr(750,qmaill,root) %dir /var/log/archive/qmail/qmtpd
 
 %attr(1755,root,root) %dir %{supervise}/qmqpd
 %attr(755,root,root) %{supervise}/qmqpd/run
@@ -1086,7 +1086,7 @@
 %attr(700,root,root) %dir %{supervise}/qmqpd/log/supervise
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{supervise}/qmqpd/log/supervise/*
 %attr(755,qmaill,root) %dir /var/log/qmail/qmqpd
-%attr(750,root,root) %dir /var/log/archive/qmail/qmqpd
+%attr(750,qmaill,root) %dir /var/log/archive/qmail/qmqpd
 
 %attr(755,root,root) %{_bindir}/mailq
 %attr(755,root,root) %{_sbindir}/sendmail
@@ -1205,7 +1205,7 @@
 %attr(700,root,root) %dir %{supervise}/pop3d/log/supervise
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{supervise}/pop3d/log/supervise/*
 %attr(755,qmaill,root) %dir /var/log/qmail/pop3d
-%attr(750,root,root) %dir /var/log/archive/qmail/pop3d
+%attr(750,qmaill,root) %dir /var/log/archive/qmail/pop3d
 
 %attr(755,root,root) %{_libdir}/qmail/qmail-pop3d
 %attr(755,root,root) %{_libdir}/qmail/qmail-popup
@@ -1218,6 +1218,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.185  2012/02/05 11:31:33  baggins
+- give logrotate a chance to access log/archive dirs
+
 Revision 1.184  2012/01/20 13:41:56  baggins
 - logrotate 3.8.0 requires "su" option for non-root owned dirs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qmail/qmail.spec?r1=1.184&r2=1.185&f=u



More information about the pld-cvs-commit mailing list