]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- rel 3 auto/th/nginx-1_0_11-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 5 Feb 2012 11:29:11 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix perms on log dirs

Changed files:
    nginx.logrotate -> 1.6
    nginx.spec -> 1.112

nginx.logrotate
nginx.spec

index 5ba567c1b67e43d122726c859c030546177249b3..59ffc4fdec41191d580fdc8e5bf6f4fe2e724103 100644 (file)
@@ -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 1891616c52ac45ef0b2f9200cfa648dd8ec5da2c..dc6cfd8ae1744bde47512d0bb4a326cb29c3e8a9 100644 (file)
@@ -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.11
-Release:       2
+Release:       3
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -514,8 +514,8 @@ fi
 %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/*
 
This page took 0.101348 seconds and 4 git commands to generate.