]> git.pld-linux.org Git - packages/php.git/commitdiff
fix @processname@ in split config as well
authorElan Ruusamäe <glen@delfi.ee>
Thu, 5 Dec 2013 19:42:18 +0000 (21:42 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 5 Dec 2013 19:42:18 +0000 (21:42 +0200)
php.spec

index 2f2bebcd80e4e88f63c0e9ef35b53ca600ae6013..ed4182935d1085534f40faa2a92fe75126272216 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2470,7 +2470,7 @@ cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
        s#/usr/lib/php#%{php_extensiondir}#
        s#/etc/php#%{_sysconfdir}#
        s#@processname@#%{name}-fpm#g
-' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf}
+' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf,%{_sysconfdir}/fpm.d/www.conf}
 %endif
 
 # install Embedded API
This page took 0.056376 seconds and 4 git commands to generate.