]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- added var/log/archive/nginx dir
authorsardzent <sardzent@pld-linux.org>
Mon, 10 Sep 2007 15:31:18 +0000 (15:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx.spec -> 1.28

nginx.spec

index ba25b8130a0732f77983b0e4c35c28d17906c488..214469912feadbd514bc6f641eb9c6b376c5fa3e 100644 (file)
@@ -17,7 +17,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:       0.5.31
-Release:       3
+Release:       3.1
 License:       BSD-like
 Group:         Networking/Daemons
 Source0:       http://sysoev.ru/nginx/%{name}-%{version}.tar.gz
@@ -189,6 +189,7 @@ fi
 %attr(640,root,root) %{_sysconfdir}/mime.types
 %attr(755,root,root) %{_sbindir}/%{name}
 %attr(770,root,%{name}) /var/cache/%{name}
+%attr(750,root,root) %dir /var/log/archive/%{name}
 %attr(750,%{name},logs) /var/log/%{name}
 %config(noreplace,missingok) %verify(not md5 mtime size) %{_nginxdir}/html/*
 
This page took 0.040467 seconds and 4 git commands to generate.