Skip to content

Commit

Permalink
php-fpm, add /var/run/php-fpm dir
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jul 4, 2010
1 parent d3f8775 commit b7834e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions php/php-dev.spec
Expand Up @@ -942,6 +942,7 @@ install -m 700 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php/session
# PHP-FPM stuff
# Log
install -m 755 -d $RPM_BUILD_ROOT%{_localstatedir}/log/php-fpm
install -m 755 -d $RPM_BUILD_ROOT%{_localstatedir}/run/php-fpm
# Config
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.d
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.conf
Expand Down Expand Up @@ -1105,6 +1106,7 @@ fi
%{_initrddir}/php-fpm
%dir %{_sysconfdir}/php-fpm.d
%dir %{_localstatedir}/log/php-fpm
%dir %{_localstatedir}/run/php-fpm
%{_mandir}/man1/php-fpm.1*

%files devel
Expand Down

0 comments on commit b7834e8

Please sign in to comment.