Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
>
php-5.3.10
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
php5.spec
@@ -1605,9 +1605,14 @@ %preun fpm %stop_on_removal php-fpm +if [ $1 -eq 0 ]; then + update-alternatives --remove php-fpm %{_bindir}/php-fpm5 +fi %post fpm %{fillup_and_insserv -f php-fpm} +update-alternatives --install %{_bindir}/php-fpm php-fpm %{_bindir}/php-fpm5 5 +update-alternatives --auto php-fpm %clean rm -rf %{buildroot} @@ -1653,12 +1658,13 @@ %files fpm %defattr(-, root, root) -%{_sbindir}/php-fpm +%{_sbindir}/php-fpm5 %dir %{php_sysconf}/fpm %config %{php_sysconf}/fpm/php-fpm.conf.default %config %{php_sysconf}/fpm/www.conf -%{_mandir}/man8/php-fpm.8.gz +%{_mandir}/man8/php-fpm5.8.gz %config /etc/init.d/php-fpm +%config /etc/logrotate.d/php-fpm %dir /usr/share/php5/fpm /usr/share/php5/fpm/status.html %attr(770,wwwrun,www) %dir %{_localstatedir}/log/php-fpm