]> git.pld-linux.org Git - packages/php.git/commitdiff
store fpm logs to /var/log/archive/php
authorElan Ruusamäe <glen@delfi.ee>
Mon, 1 Aug 2016 11:57:24 +0000 (14:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 1 Aug 2016 11:57:24 +0000 (14:57 +0300)
php-fpm.logrotate
php.spec

index 3e4c2304be72bcc519b2c45ec99ec6d83c30193c..f6d1c52112f4782e0c3370e8a801315273722f03 100644 (file)
@@ -4,6 +4,7 @@
        notifempty
        missingok
        create 600 root root
+       olddir /var/log/archive/php
        sharedscripts
        postrotate
                /sbin/service @processname@ flush-logs > /dev/null
index 5c02dc60c1d9c683e975a0619a06fdf8187a5197..6da5c1c5e46f715dae5e2ef290dca3f92feb7f1b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -499,6 +499,7 @@ Requires(pre):      /bin/id
 Requires(pre): /usr/sbin/useradd
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
 Requires:      rc-scripts
+Requires:      php-dirs >= 1.4-2
 Provides:      php(fpm)
 Provides:      user(http)
 Provides:      webserver(php) = %{version}
This page took 1.136276 seconds and 4 git commands to generate.