[packages/nginx] - "su" option is not needed in nginx logrotate config (no group/world writable dirs) - rel 3
baggins
baggins at pld-linux.org
Sun Oct 14 20:15:10 CEST 2012
commit 6d8f622c97a844ec4463003c84a58b1ec9329565
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Oct 14 20:14:26 2012 +0200
- "su" option is not needed in nginx logrotate config (no group/world
writable dirs)
- rel 3
nginx.logrotate | 1 -
nginx.spec | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/nginx.spec b/nginx.spec
index 80c5d86..4aa5004 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -24,7 +24,7 @@ Summary: High perfomance HTTP and reverse proxy server
Summary(pl.UTF-8): Serwer HTTP i odwrotne proxy o wysokiej wydajności
Name: nginx
Version: 1.0.14
-Release: 2
+Release: 3
License: BSD-like
Group: Networking/Daemons/HTTP
Source0: http://nginx.org/download/%{name}-%{version}.tar.gz
diff --git a/nginx.logrotate b/nginx.logrotate
index 59ffc4f..de1f30d 100644
--- a/nginx.logrotate
+++ b/nginx.logrotate
@@ -1,5 +1,4 @@
/var/log/nginx/*.log {
- su nginx logs
olddir /var/log/archive/nginx
create 644 nginx nginx
sharedscripts
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/6d8f622c97a844ec4463003c84a58b1ec9329565
More information about the pld-cvs-commit
mailing list