packages: nginx/nginx.logrotate, nginx/nginx.spec - rel 3 - fix perms on lo...
baggins
baggins at pld-linux.org
Sun Feb 5 12:29:17 CET 2012
Author: baggins Date: Sun Feb 5 11:29:16 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 3
- fix perms on log dirs
---- Files affected:
packages/nginx:
nginx.logrotate (1.5 -> 1.6) , nginx.spec (1.111 -> 1.112)
---- Diffs:
================================================================
Index: packages/nginx/nginx.logrotate
diff -u packages/nginx/nginx.logrotate:1.5 packages/nginx/nginx.logrotate:1.6
--- packages/nginx/nginx.logrotate:1.5 Fri Jan 20 14:52:29 2012
+++ packages/nginx/nginx.logrotate Sun Feb 5 12:29:11 2012
@@ -1,5 +1,5 @@
/var/log/nginx/*.log {
- su nginx nginx
+ su nginx logs
olddir /var/log/archive/nginx
create 644 nginx nginx
sharedscripts
================================================================
Index: packages/nginx/nginx.spec
diff -u packages/nginx/nginx.spec:1.111 packages/nginx/nginx.spec:1.112
--- packages/nginx/nginx.spec:1.111 Fri Jan 20 14:52:29 2012
+++ packages/nginx/nginx.spec Sun Feb 5 12:29:11 2012
@@ -25,7 +25,7 @@
Summary(pl.UTF-8): Serwer HTTP i odwrotne proxy o wysokiej wydajności
Name: nginx
Version: 1.0.11
-Release: 2
+Release: 3
License: BSD-like
Group: Networking/Daemons/HTTP
Source0: http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -515,8 +515,8 @@
%attr(640,root,root) %{_sysconfdir}/koi-utf
%attr(640,root,root) %{_sysconfdir}/koi-win
%attr(640,root,root) %{_sysconfdir}/win-utf
-%attr(750,root,root) %dir /var/log/archive/%{name}
-%attr(750,%{name},logs) /var/log/%{name}
+%attr(750,nginx,logs) %dir /var/log/archive/%{name}
+%attr(750,nginx,logs) /var/log/%{name}
%config(noreplace,missingok) %verify(not md5 mtime size) %{_nginxdir}/html/*
%config(noreplace,missingok) %verify(not md5 mtime size) %{_nginxdir}/errors/*
@@ -577,6 +577,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.112 2012/02/05 11:29:11 baggins
+- rel 3
+- fix perms on log dirs
+
Revision 1.111 2012/01/20 13:52:29 baggins
- rel 2
- logrotate 3.8.0 requires "su" option for non-root owned dirs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nginx/nginx.logrotate?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nginx/nginx.spec?r1=1.111&r2=1.112&f=u
More information about the pld-cvs-commit
mailing list